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