From 51db81957c2e464f2b2d7d7d2cbb2f2be1d3526b Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 25 Jan 2026 02:32:01 +0200 Subject: [PATCH] Removed redundant compileOptions block --- app/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7c5cc51b..ff004466 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,10 +29,6 @@ configure { } vectorDrawables.useSupportLibrary = true } - compileOptions { - sourceCompatibility = JavaVersion.VERSION_17 - targetCompatibility = JavaVersion.VERSION_17 - } buildTypes { debug { ndk {