From 07851a3310b7146bc08e5b0ab348062c31f540e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:10:44 +0000 Subject: [PATCH] Bump the android-dependencies group in /app with 7 updates Bumps the android-dependencies group in /app with 7 updates: | Package | From | To | | --- | --- | --- | | com.android.application | `8.6.1` | `9.3.1` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.4.10` | | androidx.core:core-ktx | `1.13.1` | `1.19.0` | | [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.11.0` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.4.0` | | androidx.appcompat:appcompat | `1.7.0` | `1.8.0` | | [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.12.0` | `1.14.0` | Updates `com.android.application` from 8.6.1 to 9.3.1 Updates `org.jetbrains.kotlin.android` from 2.0.20 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.4.10) Updates `androidx.core:core-ktx` from 1.13.1 to 1.19.0 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.11.0) Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.4.0 - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.4.0) Updates `androidx.appcompat:appcompat` from 1.7.0 to 1.8.0 Updates `com.google.android.material:material` from 1.12.0 to 1.14.0 - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.12.0...1.14.0) --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-dependencies - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: android-dependencies - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies - dependency-name: com.google.android.material:material dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: android-dependencies ... Signed-off-by: dependabot[bot] --- app/app/build.gradle.kts | 10 +++++----- app/build.gradle.kts | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index d8e5e33..2bfe3be 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -38,13 +38,13 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.13.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0") + implementation("androidx.core:core-ktx:1.19.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") // Relay WebSocket client (ConnectionManager). - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.4.0") // Provisioning UI (MainActivity). - implementation("androidx.appcompat:appcompat:1.7.0") - implementation("com.google.android.material:material:1.12.0") + implementation("androidx.appcompat:appcompat:1.8.0") + implementation("com.google.android.material:material:1.14.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") // On-device ADB client (pairing + connect + shell), replacing Shizuku. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e8d959f..3abc799 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,6 +1,6 @@ plugins { - id("com.android.application") version "8.6.1" apply false - id("org.jetbrains.kotlin.android") version "2.0.20" apply false + id("com.android.application") version "9.3.1" apply false + id("org.jetbrains.kotlin.android") version "2.4.10" apply false // Applied conditionally in app/build.gradle.kts, only once a real // google-services.json exists (docs/DESIGN.md ยง3.2 FCM wake path). id("com.google.gms.google-services") version "4.5.0" apply false