Browse Source

Version bump for Android to reupload build

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

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

@@ -10,7 +10,7 @@ android {
 		applicationId "is.xyz.vcmi"
 		minSdk 19
 		targetSdk 31
-		versionCode 1300
+		versionCode 1301
 		versionName "1.3.0"
 		setProperty("archivesBaseName", "vcmi")
 	}