From 2782318b8cc3212ef4e5e9245d9b8ca45ac54653 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Wed, 15 Feb 2023 19:02:10 -0500 Subject: [PATCH] Android: Update ndk version to 25.2.9519653 --- Source/Android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index e265f56068..f9f5a6e33f 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -13,7 +13,7 @@ task copyProfile (type: Copy) { android { compileSdkVersion 33 - ndkVersion "25.1.8937393" + ndkVersion "25.2.9519653" viewBinding.enabled = true