]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
lower minSdkVersion from 23 to 22
[mobile-ledger.git] / app / build.gradle
index 7376229a0b5ebdc3d3829c29f71215cdffec8cdf..35d467480e9f37adb6662e68284fb7c6cd2d5be4 100644 (file)
@@ -4,7 +4,7 @@ android {
     compileSdkVersion 28
     defaultConfig {
         applicationId "net.ktnx.mobileledger"
-        minSdkVersion 23
+        minSdkVersion 22
         targetSdkVersion 28
         versionCode 1
         versionName "1.0"
@@ -17,6 +17,11 @@ android {
         }
     }
     sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
+    buildToolsVersion '28.0.3'
+    compileOptions {
+        sourceCompatibility JavaVersion.VERSION_1_8
+        targetCompatibility JavaVersion.VERSION_1_8
+    }
 }
 
 dependencies {