mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 04:44:35 +08:00
Update dependencies
Gradle 9.4.1, AGP 9.2.0, Kotlin 2.3.21
This commit is contained in:
parent
f910fe9aa4
commit
7cd5778a2a
@ -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]
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user