mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Update the project NDK to the latest LTS version (r27c)
This commit is contained in:
@@ -11,7 +11,7 @@ ext.versions = [
|
||||
nexusPublishVersion: '1.3.0',
|
||||
javaVersion : JavaVersion.VERSION_17,
|
||||
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
|
||||
ndkVersion : '23.2.8568313',
|
||||
ndkVersion : '27.2.12479018',
|
||||
splashscreenVersion: '1.0.1',
|
||||
openxrVendorsVersion: '3.1.2-stable'
|
||||
|
||||
|
||||
@@ -43,7 +43,11 @@ afterEvaluate {
|
||||
name = 'Rémi Verschelde'
|
||||
email = 'rverschelde@gmail.com'
|
||||
}
|
||||
// Add all other devs here...
|
||||
developer {
|
||||
id = 'godotengine'
|
||||
name = 'Godot Engine contributors'
|
||||
email = 'contact@godotengine.org'
|
||||
}
|
||||
}
|
||||
|
||||
// Version control info - if you're using GitHub, follow the
|
||||
@@ -91,7 +95,11 @@ afterEvaluate {
|
||||
name = 'Rémi Verschelde'
|
||||
email = 'rverschelde@gmail.com'
|
||||
}
|
||||
// Add all other devs here...
|
||||
developer {
|
||||
id = 'godotengine'
|
||||
name = 'Godot Engine contributors'
|
||||
email = 'contact@godotengine.org'
|
||||
}
|
||||
}
|
||||
|
||||
// Version control info - if you're using GitHub, follow the
|
||||
|
||||
Reference in New Issue
Block a user