forked from omni/OmniCards
feat: added card view with full brightness, and center no cards text
This commit is contained in:
@@ -17,6 +17,8 @@ composeUiTooling = "1.5.6"
|
||||
wearToolingPreview = "1.0.0"
|
||||
activityCompose = "1.13.0"
|
||||
coreSplashscreen = "1.2.0"
|
||||
zxing = "3.5.3"
|
||||
zxingAndroid = "4.3.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -41,6 +43,8 @@ compose-ui-tooling = { group = "androidx.wear.compose", name = "compose-ui-tooli
|
||||
androidx-wear-tooling-preview = { group = "androidx.wear", name = "wear-tooling-preview", version.ref = "wearToolingPreview" }
|
||||
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
||||
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplashscreen" }
|
||||
zxing-core = { group = "com.google.zxing", name = "core", version.ref = "zxing" }
|
||||
zxing-android = { group = "com.journeyapps", name = "zxing-android-embedded", version.ref = "zxingAndroid" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user