From bfb68c161b7e7c67ca4f4a85c12fa26d7f1d096f Mon Sep 17 00:00:00 2001 From: pelya Date: Tue, 29 Aug 2023 14:23:22 +0300 Subject: [PATCH] SDL: switched to NDK r25.2 --- project/app/build-template.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/app/build-template.gradle b/project/app/build-template.gradle index ef6e1f016..e50438fc9 100644 --- a/project/app/build-template.gradle +++ b/project/app/build-template.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'net.olofson.ballfield' compileSdk 33 - ndkVersion "23.1.7779620" + ndkVersion "25.2.9519653" defaultConfig { applicationId "net.olofson.ballfield"