From 070c82bc44257f1c92c9b9f0fe9e1bd22f13fa95 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 17 Mar 2024 17:53:43 -0500 Subject: [PATCH] Update to NDK 26c --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9183ba70..226d2fcd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - ndkVersion "23.2.8568313" + ndkVersion "26.2.11394342" compileSdk 34