Removed redundant compileOptions block

This commit is contained in:
Juha Heinanen
2026-01-25 02:32:01 +02:00
parent f36aedce27
commit 51db81957c
-4
View File
@@ -29,10 +29,6 @@ configure<ApplicationExtension> {
} }
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
buildTypes { buildTypes {
debug { debug {
ndk { ndk {