mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
lock in on java17
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b372159b37
commit
c8f67462ec
2 changed files with 7 additions and 0 deletions
|
@ -210,6 +210,11 @@ android {
|
|||
aidl true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "17"
|
||||
}
|
||||
|
|
|
@ -24,10 +24,12 @@ android {
|
|||
minifyEnabled false
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue