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

Update the project NDK to the latest LTS version (r27c)

This commit is contained in:
Fredia Huya-Kouadio
2025-04-20 23:51:10 -07:00
parent 1696ab0cb6
commit fac2ebed78
4 changed files with 36 additions and 12 deletions

View File

@@ -69,7 +69,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 "23.2.8568313"
return "27.2.12479018"
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.