Compiled with JDK17

This commit is contained in:
2023-04-18 15:31:04 +02:00
parent 529455931d
commit c45850555e
7 changed files with 14 additions and 17 deletions

View File

@@ -18,8 +18,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
lint {
abortOnError false