1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Android: update used NDK and SDL support code

This commit is contained in:
sfan5 2024-10-26 23:42:16 +02:00
parent 4b90e582b4
commit 0d85e826f4
5 changed files with 35 additions and 22 deletions

View file

@ -9,7 +9,7 @@ project.ext.set("versionBuild", 0) // Version Build
// ^ fourth version number to allow releasing Android-only fixes and beta versions
buildscript {
ext.ndk_version = '26.2.11394342'
ext.ndk_version = '27.2.12479018'
repositories {
google()
mavenCentral()