From 34a9132d6099150d6b2a5c0a94a35f5c5149c4b5 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 27 Jul 2024 16:44:01 -0500 Subject: [PATCH] Update to NDK r27 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e0ea8f6f..26d5f84c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - ndkVersion "26.2.11394342" + ndkVersion "27.0.12077973" compileSdk 34