From 217420823cc8b00ddf4a3244ce1a14999e048672 Mon Sep 17 00:00:00 2001 From: Attila Uygun Date: Sat, 20 May 2023 23:26:19 +0200 Subject: [PATCH] Update Android NDK to 25.2.9519653 --- build/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index 9544c53..de6dc95 100644 --- a/build/android/app/build.gradle +++ b/build/android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdk 33 - ndkVersion '25.1.8937393' + ndkVersion '25.2.9519653' defaultConfig { applicationId = 'com.woom.game'