From 1c4cc2b024bc83b4d89f75e01d26a289100ac9a5 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 23 Jul 2024 11:27:32 -0700 Subject: [PATCH] Updated Android minimum API level to 21 (Android 5.0) This is necessary for the window safe area support, and is a reasonable default for SDL 3.0 --- docs/README-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-android.md b/docs/README-android.md index 6d6e2e06d..700bbdb27 100644 --- a/docs/README-android.md +++ b/docs/README-android.md @@ -16,7 +16,7 @@ https://developer.android.com/sdk/index.html Android NDK r15c or later https://developer.android.com/tools/sdk/ndk/index.html -Minimum API level supported by SDL: 19 (Android 4.4) +Minimum API level supported by SDL: 21 (Android 5.0) How the port works