forked from omni/OmniCards
feat: added companion app for WearOS, and setted up icons
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
alias(libs.plugins.android.application)
|
||||
kotlin("plugin.serialization") version "2.2.20"
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -47,4 +48,6 @@ dependencies {
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
implementation(libs.zxing.core)
|
||||
implementation(libs.zxing.android)
|
||||
implementation("com.google.android.gms:play-services-wearable:18.1.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
|
||||
}
|
||||
Reference in New Issue
Block a user