DEADSOFTWARE

Disable incremental ksp
[cavedroid.git] / android / build.gradle
index bf1af009dae215b66422a87bff325fc37e8d50f4..d52b9e92d650e7802b3bdfd545bedb0fbbeb6301 100644 (file)
@@ -37,10 +37,12 @@ android {
     }
     defaultConfig {
         applicationId "ru.deadsoftware.cavedroid"
-        minSdkVersion 24
+        minSdkVersion 19
         targetSdkVersion 34
         versionCode 25
         versionName "alpha0.9.2"
+
+        multiDexEnabled true
     }
     applicationVariants.all { variant ->
         variant.outputs.all {