From 081624a229b8f98f624df7e410467a528f1d7b74 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 18 Oct 2025 20:00:46 +0200 Subject: [PATCH] Android: update NDK and SDL version (#16586) --- android/app/src/main/java/org/libsdl/app/SDLActivity.java | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/java/org/libsdl/app/SDLActivity.java b/android/app/src/main/java/org/libsdl/app/SDLActivity.java index 919640040..0c1a3110e 100644 --- a/android/app/src/main/java/org/libsdl/app/SDLActivity.java +++ b/android/app/src/main/java/org/libsdl/app/SDLActivity.java @@ -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 // diff --git a/android/build.gradle b/android/build.gradle index 6ef6e86a8..36cdafaf0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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()