Browse Source

Bump SDK version for Android build release

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

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

@@ -3,14 +3,14 @@ plugins {
 }
 
 android {
-	compileSdk 31
+	compileSdk 33
 	ndkVersion '25.2.9519653'
 
 	defaultConfig {
 		applicationId "is.xyz.vcmi"
 		minSdk 19
-		targetSdk 31
-		versionCode 1310
+		targetSdk 33
+		versionCode 1311
 		versionName "1.3.1"
 		setProperty("archivesBaseName", "vcmi")
 	}