Switch to Java 17

This commit is contained in:
Niko Diamadis
2023-06-09 15:53:41 +02:00
parent 525a25cb07
commit 757dedcfa2
2 changed files with 4 additions and 4 deletions

View File

@@ -33,11 +33,11 @@ android {
viewBinding true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '11'
jvmTarget = '17'
}
packagingOptions {
resources {