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

Update used Android NDK

This commit is contained in:
sfan5 2025-08-05 19:46:45 +02:00
parent a0547b3435
commit 65d498f78e

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 = '27.2.12479018'
ext.ndk_version = '27.3.13750724'
repositories {
google()
mavenCentral()