Change JAVA_VERSION and compileSdkVersion

This commit is contained in:
jacques 2022-01-14 20:04:18 +01:00
parent b6e1ec7ac5
commit 92de093c7c

View file

@ -38,7 +38,7 @@ android {
keyPassword secretProperties['signing_pre-release_key_password'] keyPassword secretProperties['signing_pre-release_key_password']
} }
} }
compileSdkVersion 29 compileSdkVersion 30
defaultConfig { defaultConfig {
applicationId "net.foucry.pilldroid" applicationId "net.foucry.pilldroid"
@ -88,8 +88,8 @@ android {
compileOptions { compileOptions {
coreLibraryDesugaringEnabled true coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_11
} }
dexOptions { dexOptions {
incremental false incremental false