From 152cd5c0192155dc43d40e8ae651f61dd7954210 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 16 Mar 2026 01:48:47 +0300 Subject: [PATCH] update --- android/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 8a97f51..36733ef 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -55,6 +55,13 @@ allprojects { } } } +// if (project.plugins.hasPlugin("com.android.application") || +// project.plugins.hasPlugin("com.android.library")) { +// project.android { +// compileSdkVersion 34 +// buildToolsVersion "34.0.0" +// } +// } // Force Java 17 for all JavaCompile tasks in all subprojects (including plugins) project.tasks.withType(JavaCompile).configureEach { sourceCompatibility = JavaVersion.VERSION_21