1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-23 12:45:43 +02:00

Android: update NDK and SDL version (#16586)

This commit is contained in:
sfan5
2025-10-18 20:00:46 +02:00
committed by GitHub
parent 51f19b4329
commit 081624a229
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
private static final String TAG = "SDL";
private static final int SDL_MAJOR_VERSION = 2;
private static final int SDL_MINOR_VERSION = 32;
private static final int SDL_MICRO_VERSION = 0;
private static final int SDL_MICRO_VERSION = 10;
/*
// Display InputType.SOURCE/CLASS of events and devices
//

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