新增 FIGHT996 259
This commit is contained in:
@@ -9,7 +9,13 @@ activity = "1.8.0"
|
||||
constraintlayout = "2.1.4"
|
||||
playServicesBase = "18.10.0"
|
||||
viewpager2 = "1.1.0"
|
||||
|
||||
kotlin = "2.2.0"
|
||||
coreKtx = "1.10.1"
|
||||
uiAndroid = "1.10.5"
|
||||
material3Jvmstubs = "1.4.0"
|
||||
material3Android = "1.4.0"
|
||||
navigationComposeAndroid = "2.9.7"
|
||||
pluginCompose = "2.0.20"
|
||||
[libraries]
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
@@ -20,7 +26,14 @@ activity = { group = "androidx.activity", name = "activity", version.ref = "acti
|
||||
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
||||
play-services-base = { group = "com.google.android.gms", name = "play-services-base", version.ref = "playServicesBase" }
|
||||
viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" }
|
||||
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
ui-android = { group = "androidx.compose.ui", name = "ui-android", version.ref = "uiAndroid" }
|
||||
material3-jvmstubs = { group = "androidx.compose.material3", name = "material3-jvmstubs", version.ref = "material3Jvmstubs" }
|
||||
material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
||||
navigation-compose-android = { group = "androidx.navigation", name = "navigation-compose-android", version.ref = "navigationComposeAndroid" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
plugin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "pluginCompose" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user