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

Merge pull request #61692 from madmiraal/android-ndk-23-3.x

[3.x] Upgrade Android NDK to r23 LTS
This commit is contained in:
Rémi Verschelde
2022-06-26 21:24:14 +02:00
committed by GitHub
3 changed files with 80 additions and 259 deletions

View File

@@ -8,7 +8,7 @@ ext.versions = [
fragmentVersion : '1.3.6',
nexusPublishVersion: '1.1.0',
javaVersion : 11,
ndkVersion : '21.4.7075529' // Also update 'platform/android/detect.py#get_project_ndk_version()' when this is updated.
ndkVersion : '23.2.8568313' // Also update 'platform/android/detect.py#get_ndk_version' when this is updated.
]