Browse Source

Build ID bump for Android

Ivan Savenko 9 months ago
parent
commit
172c03213c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android/vcmi-app/build.gradle

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

@@ -26,7 +26,7 @@ android {
 		minSdk = qtMinSdkVersion as Integer
 		targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
 
-		versionCode 1640
+		versionCode 1642
 		versionName "1.6.4"
 
 		setProperty("archivesBaseName", "vcmi")