Browse Source

attempt to fix Android build

Ivan Savenko 2 năm trước cách đây
mục cha
commit
d4ff2cbf12
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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")
 	}