mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 20:16:06 +08:00
Update dependencies
AGP 8.8
This commit is contained in:
parent
2f56ae1e30
commit
f98daa9e67
@ -1,6 +1,5 @@
|
||||
[versions]
|
||||
androidGradlePlugin = "8.7.3"
|
||||
androidDesugarJDKLibs = "2.1.3"
|
||||
androidGradlePlugin = "8.8.0"
|
||||
kotlin = "2.1.0"
|
||||
ksp = "2.1.0-1.0.29"
|
||||
lifecycle = "2.8.7"
|
||||
@ -12,11 +11,11 @@ arrow = "2.0.0"
|
||||
|
||||
[libraries]
|
||||
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
||||
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJDKLibs" }
|
||||
android-desugarJDKLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.1.4" }
|
||||
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.9.0" }
|
||||
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.1" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
|
||||
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.3" }
|
||||
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.0" }
|
||||
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
||||
androidx-autofill = { module = "androidx.autofill:autofill", version = "1.1.0" }
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
|
||||
@ -31,7 +30,7 @@ androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragme
|
||||
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
|
||||
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.5" }
|
||||
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
|
||||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user