mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Use ndk r28 by default for 16KB page alignment
This commit is contained in:
parent
5dc65f829f
commit
a6fc2c4b60
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue