mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Change JAVA_VERSION and compileSdkVersion
This commit is contained in:
parent
b6e1ec7ac5
commit
92de093c7c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue