Browse Source

Version bump for Android

Ivan Savenko 2 years ago
parent
commit
8ef7956204
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 1201
-		versionName "1.2.1"
+		versionCode 1300
+		versionName "1.3.0"
 		setProperty("archivesBaseName", "vcmi")
 	}