adding some compileOptions

This commit is contained in:
tibbi 2021-05-11 10:21:58 +02:00
parent 94ac272040
commit ff7912659f

View file

@ -55,6 +55,11 @@ android {
checkReleaseBuilds false
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {