fix: edited versions

This commit is contained in:
2026-06-14 16:55:12 +03:00
parent 97a9cb6582
commit 5593838a67
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ android {
applicationId = "ru.omni_devel.cards"
minSdk = 30
targetSdk = 36
versionCode = 40 // 0 at end for mobile
versionCode = 50 // 0 at end for mobile
versionName = "2.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
+1 -1
View File
@@ -12,7 +12,7 @@ android {
minSdk = 30
targetSdk = 36
versionCode = 41 // 1 at end for WearOS
versionName = "1.1"
versionName = "1.2"
}
buildTypes {