forked from omni/OmniCards
feat: added color pick for cards
This commit is contained in:
@@ -9,7 +9,7 @@ playServicesWearable = "18.0.0"
|
||||
material = "1.14.0"
|
||||
activityKtx = "1.13.0"
|
||||
constraintlayout = "2.2.1"
|
||||
kotlin = "2.2.10"
|
||||
kotlin = "2.4.0"
|
||||
composeBom = "2024.09.00"
|
||||
composeMaterial3 = "1.5.6"
|
||||
composeFoundation = "1.5.6"
|
||||
@@ -22,6 +22,7 @@ zxingAndroid = "4.3.0"
|
||||
lifecycleRuntimeKtx = "2.6.1"
|
||||
navigationFragmentKtx = "2.6.0"
|
||||
navigationUiKtx = "2.6.0"
|
||||
colorpicker = "1.2.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -52,6 +53,7 @@ androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecyc
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
||||
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
|
||||
compose-colorpicker = { module = "com.github.skydoves:colorpicker-compose", version.ref = "colorpicker" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user