更新
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
[versions]
|
||||
agp = "8.13.0"
|
||||
agp = "8.13.1"
|
||||
androidx-activity = "1.11.0"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-constraintlayout = "2.2.1"
|
||||
androidx-core = "1.17.0"
|
||||
androidx-espresso = "3.7.0"
|
||||
androidx-lifecycle = "2.9.5"
|
||||
androidx-lifecycle = "2.9.6"
|
||||
androidx-testExt = "1.3.0"
|
||||
composeHotReload = "1.0.0-rc02"
|
||||
composeMultiplatform = "1.9.1"
|
||||
composeMultiplatform = "1.10.0-beta01"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.2.21"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
|
||||
splashscreen = "1.2.0"
|
||||
navigationCompose = "2.9.1"
|
||||
koin = "4.1.1"
|
||||
ktor = "3.3.1"
|
||||
ktor = "3.3.2"
|
||||
coil3 = "3.3.0"
|
||||
kotlinx-datetime = "0.7.1"
|
||||
icons = "1.7.3"
|
||||
@@ -23,12 +24,12 @@ icons = "1.7.3"
|
||||
google = "4.4.4"
|
||||
credentials = "1.6.0-beta03"
|
||||
googleid = "1.1.1"
|
||||
firebase = "34.4.0"
|
||||
firebase = "34.6.0"
|
||||
facebook = "18.1.3"
|
||||
playServicesAds = "18.2.0"
|
||||
kotlinx-serialization = "1.9.0"
|
||||
|
||||
mmkv = "2.2.4"
|
||||
settings = "1.3.0"
|
||||
|
||||
sqlite = "2.6.1"
|
||||
room = "2.8.3"
|
||||
@@ -63,9 +64,13 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
|
||||
androidx-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
|
||||
androidx-lifecycle-savedstate = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle" }
|
||||
androidx-lifecycle-runtimeCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
||||
kotlinx-coroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
|
||||
|
||||
# 启动兼容
|
||||
androidx-splashscreen = {module = "androidx.core:core-splashscreen" , version.ref = "splashscreen"}
|
||||
|
||||
# 导航
|
||||
navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
||||
|
||||
@@ -80,7 +85,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
||||
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
||||
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
||||
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
|
||||
#implementation("io.ktor:ktor-client-cio:2.3.12") # 桌面
|
||||
ktor-client-java = {module = "io.ktor:ktor-client-java", version.ref = "ktor" }
|
||||
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
||||
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
|
||||
|
||||
@@ -107,8 +112,9 @@ android-facebook-android-sdk = { module = "com.facebook.android:facebook-android
|
||||
# JSON
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
||||
|
||||
# 安卓MMKV
|
||||
android-mmkv = { module = "com.tencent:mmkv", version.ref = "mmkv" }
|
||||
# Settings
|
||||
multiplatform-settings = {module = "com.russhwolf:multiplatform-settings",version.ref="settings"}
|
||||
multiplatform-settings-no-arg = {module = "com.russhwolf:multiplatform-settings-no-arg", version.ref="settings"}
|
||||
|
||||
# Room数据库
|
||||
androidx-sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqlite" }
|
||||
@@ -123,7 +129,6 @@ android-play-services-ads-identifier = { module = "com.google.android.gms:play-s
|
||||
androidx-work = { module = "androidx.work:work-runtime-ktx", version.ref = "work" }
|
||||
|
||||
# 三方登录
|
||||
#androidx-login-google = { module = "com.google.android.gms:play-services-auth", version.ref = "google-login" }
|
||||
androidx-login-credentials = { module = "androidx.credentials:credentials", version.ref = "credentials" }
|
||||
androidx-login-credentials-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentials" }
|
||||
androidx-login-googleid = {module = "com.google.android.libraries.identity.googleid:googleid",version.ref="googleid"}
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user