mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 04:44:35 +08:00
Gradle 9.3.1, AGP 0.9.1, Kotlin 2.3.10
This commit is contained in:
parent
1e94bf2710
commit
ac45b195bd
@ -1,9 +1,9 @@
|
||||
[versions]
|
||||
androidGradlePlugin = "9.0.0"
|
||||
kotlin = "2.3.0"
|
||||
ksp = "2.3.4"
|
||||
androidGradlePlugin = "9.0.1"
|
||||
kotlin = "2.3.10"
|
||||
ksp = "2.3.5"
|
||||
lifecycle = "2.10.0"
|
||||
navigation = "2.9.6"
|
||||
navigation = "2.9.7"
|
||||
room = "2.8.4"
|
||||
test = "1.7.0"
|
||||
splitties = "3.0.0"
|
||||
@ -15,8 +15,8 @@ android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", ver
|
||||
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.9.0" }
|
||||
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.12.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" }
|
||||
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" }
|
||||
@ -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.3.6" }
|
||||
androidx-paging = { module = "androidx.paging:paging-runtime-ktx", version = "3.4.1" }
|
||||
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" }
|
||||
@ -71,4 +71,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version.ref = "aboutlibraries" }
|
||||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
gitVersion = { id = "com.palantir.git-version", version = "4.2.0" }
|
||||
gitVersion = { id = "com.palantir.git-version", version = "4.3.0" }
|
||||
|
||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Sun Nov 02 17:48:47 CST 2025
|
||||
#Sun Feb 15 01:18:54 CST 2026
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user