mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +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']
|
||||
}
|
||||
}
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.foucry.pilldroid"
|
||||
|
@ -88,8 +88,8 @@ android {
|
|||
compileOptions {
|
||||
coreLibraryDesugaringEnabled true
|
||||
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
}
|
||||
dexOptions {
|
||||
incremental false
|
||||
|
|
Loading…
Reference in a new issue