Browse Source

Merge pull request #2090 from IvanSavenko/android_fix

Fix Android build?
Ivan Savenko 2 years ago
parent
commit
f26ff594b8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android/vcmi-app/build.gradle

+ 2 - 2
android/vcmi-app/build.gradle

@@ -10,8 +10,8 @@ android {
 		applicationId "is.xyz.vcmi"
 		minSdk 19
 		targetSdk 31
-		versionCode 1200
-		versionName "1.2"
+		versionCode 1201
+		versionName "1.2.1"
 		setProperty("archivesBaseName", "vcmi")
 	}