Added compileOptions needed by gradle upgrade

This commit is contained in:
Juha Heinanen
2023-04-19 14:55:27 +03:00
parent 59e19400e6
commit 6a8e7b6401
+4
View File
@@ -26,6 +26,10 @@ android {
} }
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
splits { splits {
abi { abi {
reset() reset()