Updated on 2026-08-14
This commit is contained in:
parent
5a11a6109f
commit
bc7d7ea7b6
18 changed files with 357 additions and 84 deletions
|
|
@ -11,6 +11,12 @@ ksp = "2.1.10-1.0.30"
|
|||
firebasePerf = "1.4.2"
|
||||
# endregion Classpath
|
||||
|
||||
# region AppGallery
|
||||
agconnect = "1.9.1.304"
|
||||
huaweiServices = "6.9.0.301"
|
||||
huaweiPush = "6.11.0.300"
|
||||
# endregion AppGallery
|
||||
|
||||
# region AndroidX
|
||||
androidxActivityCompose = "1.8.0"
|
||||
androidxAppCompat = "1.5.1"
|
||||
|
|
@ -130,6 +136,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|||
room = { id = "androidx.room", version.ref = "room" }
|
||||
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
agconnect = { id = "com.huawei.agconnect", version.ref = "agconnect" }
|
||||
|
||||
[libraries]
|
||||
# region Classpath
|
||||
|
|
@ -190,6 +197,15 @@ firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }
|
|||
firebase-perf = { module = "com.google.firebase:firebase-perf" }
|
||||
# endregion Firebase
|
||||
|
||||
# region AppGallery
|
||||
agconnect-agcp = { module = "com.huawei.agconnect:agcp", version.ref = "agconnect" }
|
||||
agconnect-core = { module = "com.huawei.agconnect:agconnect-core", version.ref = "agconnect" }
|
||||
agconnect-crash = { module = "com.huawei.agconnect:agconnect-crash", version.ref = "agconnect" }
|
||||
huawei-base = { module = "com.huawei.hms:base", version.ref = "huaweiServices" }
|
||||
huawei-analytics = { module = "com.huawei.hms:hianalytics", version.ref = "huaweiServices" }
|
||||
huawei-push = { module = "com.huawei.hms:push", version.ref = "huaweiPush" }
|
||||
# endregion AppGallery
|
||||
|
||||
# region Detekt
|
||||
detekt-compose = { module = "ru.kode:detekt-rules-compose", version.ref = "detektComposeRules" }
|
||||
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue