From 6dbb0d7c0ec5462c1e45a4e62b7f99b794adf67f Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 16 Aug 2026 01:17:04 +0000 Subject: [PATCH] [android] Make legacy flavour support Android 6.0 Signed-off-by: lizzie --- src/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 0cef7e7196..b80248ec8e 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -218,7 +218,7 @@ android { create("legacy") { dimension = "version" - minSdk = 29 + minSdk = 23 manifestPlaceholders += mapOf("appNameBase" to "Eden Legacy") resValue("string", "app_name_suffixed", "Eden Legacy") applicationId = "dev.legacy.eden_emulator"