fix: remove unused import

This commit is contained in:
2026-06-13 21:26:10 +03:00
parent 99b5dbd2d3
commit 3188a86609
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -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")
}