From 8fac89e7c89d5cc86ffb886ee9f0af87fbb5f17b Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 10 Mar 2020 22:59:26 -0400 Subject: [PATCH] android: build.gradle: Bump minimum version to 26. --- src/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 10dd00cb4..c12a5dff3 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -29,7 +29,7 @@ android { defaultConfig { // TODO If this is ever modified, change application_id in strings.xml applicationId "org.citra.citra_emu" - minSdkVersion 21 + minSdkVersion 26 targetSdkVersion 28 versionCode autoVersion }