mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 20:16:06 +08:00
Update dependencies
Build tools 35.0.1 AGP 8.8.2 Kotlin 2.1.10
This commit is contained in:
parent
fe5733a07d
commit
89107213e7
@ -14,7 +14,7 @@ object Versions {
|
||||
|
||||
const val defaultCMake = "3.22.1"
|
||||
const val defaultNDK = "25.2.9519653"
|
||||
const val defaultBuildTools = "35.0.0"
|
||||
const val defaultBuildTools = "35.0.1"
|
||||
|
||||
// NOTE: increase this value to bump version code
|
||||
const val baseVersionCode = 8
|
||||
|
||||
@ -1,25 +1,25 @@
|
||||
[versions]
|
||||
androidGradlePlugin = "8.8.0"
|
||||
kotlin = "2.1.0"
|
||||
ksp = "2.1.0-1.0.29"
|
||||
androidGradlePlugin = "8.8.2"
|
||||
kotlin = "2.1.10"
|
||||
ksp = "2.1.10-1.0.31"
|
||||
lifecycle = "2.8.7"
|
||||
navigation = "2.8.5"
|
||||
navigation = "2.8.8"
|
||||
room = "2.6.1"
|
||||
splitties = "3.0.0"
|
||||
aboutlibraries = "11.2.3"
|
||||
arrow = "2.0.0"
|
||||
aboutlibraries = "11.6.3"
|
||||
arrow = "2.0.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.4" }
|
||||
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.1" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }
|
||||
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.0" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.8.0" }
|
||||
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.10.1" }
|
||||
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" }
|
||||
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.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.15.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" }
|
||||
@ -28,7 +28,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.3.5" }
|
||||
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.3.6" }
|
||||
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" }
|
||||
@ -59,7 +59,7 @@ junit = { module = "junit:junit", version = "4.13.2" }
|
||||
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
|
||||
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
|
||||
androidx-lifecycle-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "lifecycle" }
|
||||
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.0.0" }
|
||||
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "2.1.0" }
|
||||
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
|
||||
|
||||
[plugins]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user