更新
This commit is contained in:
@@ -5,15 +5,15 @@ androidx-appcompat = "1.7.1"
|
||||
androidx-constraintlayout = "2.2.1"
|
||||
androidx-core = "1.17.0"
|
||||
androidx-espresso = "3.7.0"
|
||||
androidx-lifecycle = "2.9.4"
|
||||
androidx-lifecycle = "2.9.5"
|
||||
androidx-testExt = "1.3.0"
|
||||
composeHotReload = "1.0.0-rc02"
|
||||
composeMultiplatform = "1.9.0"
|
||||
composeMultiplatform = "1.9.1"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.2.20"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
|
||||
navigationCompose = "2.9.0"
|
||||
navigationCompose = "2.9.1"
|
||||
koin = "4.1.1"
|
||||
ktor = "3.3.1"
|
||||
coil3 = "3.3.0"
|
||||
@@ -32,16 +32,18 @@ sqlite = "2.6.1"
|
||||
room = "2.8.2"
|
||||
ksp = "2.2.20-2.0.2"
|
||||
|
||||
work = "2.10.5"
|
||||
|
||||
# 环境
|
||||
android-compileSdk = "36"
|
||||
android-minSdk = "24"
|
||||
android-targetSdk = "36"
|
||||
|
||||
android-versionCode = "100001"
|
||||
android-versionName = "1.0.1"
|
||||
android-versionCode = "100002"
|
||||
android-versionName = "1.0.2"
|
||||
|
||||
android-facebookAppId = "1203530117944408"
|
||||
android-facebookClientToken = "1ee2da9430c1a589e8aa623bfaaaa586"
|
||||
android-facebookAppId = "801567145847535"
|
||||
android-facebookClientToken = "15db47cd9d8d35ccaa49f43e30beefaf"
|
||||
|
||||
|
||||
[libraries]
|
||||
@@ -111,6 +113,10 @@ androidx-room-sqlite-wrapper = { module = "androidx.room:room-sqlite-wrapper", v
|
||||
# 谷歌Ads
|
||||
android-play-services-ads-identifier = { module = "com.google.android.gms:play-services-ads-identifier", version.ref = "playServicesAds" }
|
||||
|
||||
# 安卓任务
|
||||
androidx-work = {module="androidx.work:work-runtime-ktx", version.ref="work"}
|
||||
|
||||
|
||||
[plugins]
|
||||
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
||||
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user