From f51dec0ab9364ff7b3ea5d1107ca78300bcc0708 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 16 Nov 2025 11:07:23 -0500 Subject: [PATCH] Update build.gradle with new configurations --- 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 7b3ab9e1..cfd36fd4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { } } } - ndkVersion "28.0.12433566" + ndkVersion "28.2.12604990" compileSdkVersion 36 defaultConfig { if (buildAsApplication) { @@ -152,3 +152,4 @@ task prepareKotlinBuildScriptModel { } +