From d3f2284791928f44e72937ea8fe116d50a88701f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 18 Aug 2021 00:33:57 -0500 Subject: [PATCH] Update NDK to r23 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 79dda1a1..0b721671 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - ndkVersion "22.1.7171670" + ndkVersion "23.0.7599858" compileSdkVersion 31