Use ndk r28 by default for 16KB page alignment

This commit is contained in:
Sam Lantinga
2025-10-08 21:34:19 -07:00
parent 5dc65f829f
commit a6fc2c4b60

View File

@@ -7,6 +7,7 @@ def buildWithCMake = project.hasProperty('BUILD_WITH_CMAKE');
android {
namespace = "org.libsdl.app"
compileSdkVersion 35
ndkVersion = "28.2.13676358"
defaultConfig {
minSdkVersion 21
targetSdkVersion 35