forked from omni/OmniCards
fix: remove unused import
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
applicationId = "ru.omni_devel.cards"
|
||||
minSdk = 30
|
||||
targetSdk = 36
|
||||
versionCode = 31 // 1 at end for WearOS
|
||||
versionCode = 41 // 1 at end for WearOS
|
||||
versionName = "1.1"
|
||||
|
||||
}
|
||||
@@ -58,6 +58,5 @@ dependencies {
|
||||
implementation(libs.zxing.core)
|
||||
implementation(libs.zxing.android)
|
||||
implementation(libs.material)
|
||||
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