feat: 添加彩带依赖(后续添加)
This commit is contained in:
parent
111e2bb7d2
commit
70a1febce3
2 changed files with 8 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ dependencies {
|
|||
implementation(libs.aboutlibraries.compose)
|
||||
// M3 Color
|
||||
implementation(libs.com.kyant0.m3color)
|
||||
// Konfetti
|
||||
implementation(libs.nl.dionsegijn.konfetti.compose)
|
||||
// Kotlin Coroutines
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.kotlinx.coroutines.android)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
# Android X
|
||||
coreKtx = "1.15.0"
|
||||
security = "1.1.0-alpha06"
|
||||
# security = "1.1.0-alpha06"
|
||||
lifecycleRuntimeKtx = "2.8.7"
|
||||
# Compose
|
||||
activityCompose = "1.9.3"
|
||||
|
|
@ -15,6 +15,8 @@ material3 = "1.4.0-alpha05"
|
|||
aboutLibsRelease = "11.3.0-rc02"
|
||||
# M3 Color
|
||||
m3color = "2024.6"
|
||||
# Confetti
|
||||
konfetti = "2.0.5"
|
||||
# Kotlin
|
||||
kotlinCoroutines = "1.9.0"
|
||||
# Test
|
||||
|
|
@ -62,6 +64,9 @@ aboutlibraries-compose = { group = "com.mikepenz", name = "aboutlibraries-compos
|
|||
# M3 Color
|
||||
com-kyant0-m3color = { group = "com.github.Kyant0", name = "m3color", version.ref = "m3color" }
|
||||
|
||||
# Konfetti
|
||||
nl-dionsegijn-konfetti-compose = { group = "nl.dionsegijn", name = "konfetti-compose", version.ref = "konfetti" }
|
||||
|
||||
# Kotlin
|
||||
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
|
||||
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinCoroutines" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue