From 4bbbeb3c5fc804af16cb84eadfbaf22be32a0282 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 16 Nov 2025 11:00:50 -0500 Subject: [PATCH] Update build.gradle --- 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 6a3f6e4c..7b3ab9e1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { } } } - ndkVersion "29.0.14206865" + ndkVersion "28.0.12433566" compileSdkVersion 36 defaultConfig { if (buildAsApplication) { @@ -151,3 +151,4 @@ task wrapper(type: Wrapper) { task prepareKotlinBuildScriptModel { } +