1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #106358 from m4gr3d/update_ndk_28

[Android] Add support for 16 KB page sizes, update to NDK r28b
This commit is contained in:
Thaddeus Crews
2025-05-15 10:22:27 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ def get_android_ndk_root(env: "SConsEnvironment"):
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
def get_ndk_version():
return "27.2.12479018"
return "28.1.13356709"
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.