X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=35d467480e9f37adb6662e68284fb7c6cd2d5be4;hb=186501062053c09d275f3127f7d3aa53bfd661cd;hp=7376229a0b5ebdc3d3829c29f71215cdffec8cdf;hpb=51acc2390258436e3d97de216ff6d624ac07ce5f;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 7376229a..35d46748 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {