mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-04 17:54:35 +00:00
Use ndk r28 by default for 16KB page alignment
This commit is contained in:
@@ -7,6 +7,7 @@ def buildWithCMake = project.hasProperty('BUILD_WITH_CMAKE');
|
|||||||
android {
|
android {
|
||||||
namespace = "org.libsdl.app"
|
namespace = "org.libsdl.app"
|
||||||
compileSdkVersion 35
|
compileSdkVersion 35
|
||||||
|
ndkVersion = "28.2.13676358"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
|
|||||||
Reference in New Issue
Block a user