Bump to JavaVersion.VERSION_17

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-04-14 19:29:40 +02:00
parent 5b601225a2
commit b3d03f8394
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -122,8 +122,8 @@ android {
check.dependsOn 'spotbugsGplayDebug', 'lint', 'ktlintCheck', 'detekt'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
buildFeatures {