feat: SettingsLib验证通过-使用App module启用
This commit is contained in:
@@ -10,12 +10,14 @@ material = "1.7.0-alpha03"
|
||||
activity = "1.9.3"
|
||||
constraintlayout = "2.2.0"
|
||||
annotation = "1.8.0-alpha01"
|
||||
lifecycle-runtime = "2.8.0-alpha02"
|
||||
lifecycle-runtime = "2.6.1"
|
||||
recyclerview = "1.0.0"
|
||||
room-runtime = "2.7.0-alpha01"
|
||||
sqlite = "2.5.0-alpha01"
|
||||
window = "1.3.0"
|
||||
legacy-support-core-ui = "1.0.0"
|
||||
preference = "1.2.1"
|
||||
lottie = "6.1.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -34,6 +36,11 @@ room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "
|
||||
sqlite = { group = "androidx.sqlite", name = "sqlite", version.ref = "sqlite" }
|
||||
window-window = {group = "androidx.window", name = "window", version.ref = "window"}
|
||||
legacy-support-core-ui = { group = "androidx.legacy", name = "legacy-support-core-ui", version.ref = "legacy-support-core-ui" }
|
||||
preference = {group = "androidx.preference", name = "preference", version.ref = "preference"}
|
||||
lottie = {group = "com.airbnb.android", name = "lottie", version.ref = "lottie"}
|
||||
|
||||
lifecycle-common-java8 = { group = "androidx.lifecycle", name = "lifecycle-common-java8", version.ref = "lifecycle-runtime" }
|
||||
lifecycle-extensions = { group = "androidx.lifecycle", name = "lifecycle-extensions", version.ref = "lifecycle-runtime" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user