From e9fc66a038304be0b892b83c16d6dcf5ee36f388 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 1 Mar 2018 08:26:10 -0800 Subject: [PATCH] Added patch note for Android Studio support --- WhatsNew.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WhatsNew.txt b/WhatsNew.txt index f670ba8fd0e71..c574946c0979a 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -33,6 +33,7 @@ iOS / Android: * Added the hint SDL_HINT_RETURN_KEY_HIDES_IME to control whether the return key on the software keyboard should hide the keyboard or send a key event (the default) Android: +* SDL now supports building with Android Studio and Gradle by default, and the old Ant project is available in android-project-ant * SDL now requires the API 19 SDK to build, but can still target devices down to API 14 (Android 4.0.1) * Added SDL_IsAndroidTV() to tell whether the application is running on Android TV