fixed version

This commit is contained in:
2026-05-15 15:25:03 +03:00
parent 6eb41643be
commit cb458429e4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "com.crsmthw.phase10tracker"
minSdk = 35
targetSdk = 37
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "2.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionCode": 2,
"versionName": "2.1.0",
"outputFile": "app-release.apk"
}
],