fix: fixed versions

This commit is contained in:
2026-06-12 20:32:50 +03:00
parent 6519079021
commit bbbf9f6b4a
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ android {
applicationId = "ru.omni_devel.cards"
minSdk = 30
targetSdk = 36
versionCode = 2
versionCode = 20
versionName = "2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16,7 +16,7 @@ android {
applicationId = "ru.omni_devel.cards"
minSdk = 30
targetSdk = 36
versionCode = 2
versionCode = 21
versionName = "1.1"
}