Update the project NDK to the latest LTS version (r27c)
This commit is contained in:
parent
1696ab0cb6
commit
fac2ebed78
4 changed files with 36 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue