mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
Android: Bump NDK version to 21.4.7075529
This is what GitHub Actions now provide and they removed the previous 21.3.6528147. A bit annoying to have our hand forced this way but it's still 21.x so should be good to upgrade.
This commit is contained in:
parent
622c4fe683
commit
c730da8b20
2 changed files with 2 additions and 2 deletions
|
|
@ -373,7 +373,7 @@ def configure(env):
|
|||
# Return the project NDK version.
|
||||
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
|
||||
def get_project_ndk_version():
|
||||
return "21.3.6528147"
|
||||
return "21.4.7075529"
|
||||
|
||||
|
||||
# Return NDK version string in source.properties (adapted from the Chromium project).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue