updated Gradle files for Android platform
[rocksndiamonds.git] / build-projects / android / app / build.gradle.tmpl
index 68c234b6726173c9a24bcebd915e848f0ab6c6dc..5eb4854dcd3892a6587643f47ee43b5f6abf9dc4 100644 (file)
@@ -8,7 +8,7 @@ else {
 }
 
 android {
-    compileSdkVersion 26
+    compileSdkVersion 31
 
     defaultConfig {
         if (buildAsApplication) {
@@ -16,7 +16,7 @@ android {
         }
 
         minSdkVersion 17
-        targetSdkVersion 26
+        targetSdkVersion 31
 
         versionCode  __VERSION_CODE__
         versionName "__VERSION_NAME__"