mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 11:33:44 +01:00
Use newer NDK r23c for android build
This commit is contained in:
parent
2cf52642fa
commit
2183b35ba4
@ -10,7 +10,7 @@ project.ext.set("versionCode", 38) // Android Version Code
|
|||||||
// each APK must have a larger `versionCode` than the previous
|
// each APK must have a larger `versionCode` than the previous
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.ndk_version = '23.0.7599858'
|
ext.ndk_version = '23.2.8568313'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
Loading…
Reference in New Issue
Block a user