DEADSOFTWARE

Refactor world generator
[cavedroid.git] / android / build.gradle
index 106767b94df2c8480cf155c87cc39b476c3e93af..5ad0a3172a649c8fabfd2b735f2add2abcc36f0a 100644 (file)
@@ -20,8 +20,8 @@ android {
         }
     }
     compileOptions {
-        sourceCompatibility 11
-        targetCompatibility 11
+        sourceCompatibility 17
+        targetCompatibility 17
     }
     packagingOptions {
         exclude 'META-INF/robovm/ios/robovm.xml'
@@ -30,8 +30,8 @@ android {
         applicationId "ru.deadsoftware.cavedroid"
         minSdkVersion 24
         targetSdkVersion 34
-        versionCode 11
-        versionName "alpha0.4"
+        versionCode 12
+        versionName "alpha0.4.1"
     }
     applicationVariants.all { variant ->
         variant.outputs.all {
@@ -46,6 +46,9 @@ android {
             applicationIdSuffix ".debug"
         }
     }
+    buildFeatures {
+        buildConfig true
+    }
 
 }