Ver código fonte

attempt to fix Android build

Ivan Savenko 2 anos atrás
pai
commit
d4ff2cbf12
1 arquivos alterados com 2 adições e 2 exclusões
  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")
 	}