From c8a965c855d820651bcbdd863a7fe32b2b8a224a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 28 Sep 2025 16:01:28 +0200 Subject: [PATCH] [android] Update Android dependencies Signed-off-by: Jean-Baptiste --- android/gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 2390894ac..1a8eac7f9 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -androidGradlePlugin = "8.10.1" +androidGradlePlugin = "8.11.2" androidxCarApp = "1.7.0" [libraries] @@ -8,24 +8,24 @@ triplet-play-publisher = { module = "com.github.triplet.gradle:play-publisher", huawei-publish = { module = "ru.cian:huawei-publish-gradle-plugin", version = "1.4.2" } android-tools-desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" } microg-services-location = { module = "org.microg.gms:play-services-location", version = "0.3.6.244735" } -androidx-core = { module = "androidx.core:core", version = "1.16.0" } -jetbrains-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version = "2.1.21" } +androidx-core = { module = "androidx.core:core", version = "1.17.0" } +jetbrains-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version = "2.2.20" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } androidx-car-app = { module = "androidx.car.app:app", version.ref = "androidxCarApp" } androidx-car-app-projected = { module = "androidx.car.app:app-projected", version.ref = "androidxCarApp" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.9" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } -androidx-work-runtime = { module = "androidx.work:work-runtime", version = "2.10.2" } -androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.2" } +androidx-work-runtime = { module = "androidx.work:work-runtime", version = "2.10.5" } +androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.4" } android-material = { module = "com.google.android.material:material", version = "1.12.0" } google-guava = { module = "com.google.guava:guava", version = "33.4.8-android" } -appdevnext-androidchart = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.30" } -androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" } +appdevnext-androidchart = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.31" } +androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.3.0" } junit = { module = "junit:junit", version = "4.13.2" } -mockito-core = { module = "org.mockito:mockito-core", version = "5.18.0" } +mockito-core = { module = "org.mockito:mockito-core", version = "5.20.0" } [plugins] android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }