From d4e44736de37c215bfce2b20de61549f4f75e464 Mon Sep 17 00:00:00 2001 From: Caner Karaca <37447503+CanerKaraca23@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:43:17 +0300 Subject: [PATCH] Update build.gradle.kts --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a1d780..7b18a16 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,8 +44,8 @@ android { } compileOptions { - sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } externalNativeBuild { @@ -82,4 +82,4 @@ tasks.register("zip") { afterEvaluate { tasks["assembleRelease"].finalizedBy("copyFiles", "zip") -} \ No newline at end of file +}