From ea2d14ffdb30ad751ad20f0892634f38b6c51153 Mon Sep 17 00:00:00 2001 From: HyukWoo Park Date: Tue, 30 Jul 2024 16:35:28 +0900 Subject: [PATCH] Update android build * update NDK version 26 * enable 16KB page size Signed-off-by: HyukWoo Park --- build/android/escargot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/escargot/build.gradle b/build/android/escargot/build.gradle index 476a71420..23c062aa6 100644 --- a/build/android/escargot/build.gradle +++ b/build/android/escargot/build.gradle @@ -82,7 +82,7 @@ android { } } - ndkVersion '25.2.9519653' + ndkVersion '27.0.12077973' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8