From f2794c26dd0bab87a5f5d755150fb8f025c77379 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 16 Nov 2025 11:12:03 -0500 Subject: [PATCH] Refactor build.gradle for library and application support --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index cfd36fd4..c38fccc4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { } } } - ndkVersion "28.2.12604990" + ndkVersion "27.0.12077973" compileSdkVersion 36 defaultConfig { if (buildAsApplication) { @@ -153,3 +153,4 @@ task prepareKotlinBuildScriptModel { +