From 7cd5778a2ac411b080fc08d71064b71f12d6f64b Mon Sep 17 00:00:00 2001 From: Rocka Date: Sat, 25 Apr 2026 23:25:28 +0800 Subject: [PATCH] Update dependencies Gradle 9.4.1, AGP 9.2.0, Kotlin 2.3.21 --- gradle/libs.versions.toml | 22 +++++++++++----------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 66f65ee6..639e8d34 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,27 +1,27 @@ [versions] -androidGradlePlugin = "9.1.0" -kotlin = "2.3.10" -ksp = "2.3.6" +androidGradlePlugin = "9.2.0" +kotlin = "2.3.21" +ksp = "2.3.7" lifecycle = "2.10.0" -navigation = "2.9.7" +navigation = "2.9.8" room = "2.8.4" test = "1.7.0" splitties = "3.0.0" -aboutlibraries = "14.0.0-b02" -arrow = "2.2.2" +aboutlibraries = "14.0.1" +arrow = "2.2.2.1" [libraries] android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" } android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.5" } kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.2" } -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.10.0" } -androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.12.4" } +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.11.0" } +androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.13.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } androidx-autofill = { module = "androidx.autofill:autofill", version = "1.3.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.3.0" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" } androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } @@ -29,7 +29,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle" } androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" } androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" } -androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.4.1" } +androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.4.2" } androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } @@ -60,7 +60,7 @@ junit = { module = "junit:junit", version = "4.13.2" } androidx-test-runner = { module = "androidx.test:runner", version.ref = "test" } androidx-test-rules = { module = "androidx.test:rules", version.ref = "test" } androidx-lifecycle-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" } -kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.2.0" } +kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.3.0" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } [plugins] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dd410129..37b22543 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Feb 15 01:18:54 CST 2026 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists