fix: added hint for versionCode

This commit is contained in:
2026-06-13 18:09:31 +03:00
parent b97d7d58e5
commit c918b5b1d4
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 = 30
versionCode = 30 // 0 at end for mobile
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 = 21
versionCode = 21 // 1 at end for WearOS
versionName = "1.1"
}