You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +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:
@@ -8,7 +8,7 @@ ext.versions = [
|
||||
kotlinVersion : '1.4.10',
|
||||
v4Support : '1.0.0',
|
||||
javaVersion : 1.8,
|
||||
ndkVersion : '21.3.6528147' // Also update 'platform/android/detect.py#get_project_ndk_version()' when this is updated.
|
||||
ndkVersion : '21.4.7075529' // Also update 'platform/android/detect.py#get_project_ndk_version()' when this is updated.
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user