From be489443bd41af91461096a58c009af8e89f423e Mon Sep 17 00:00:00 2001 From: Simonx22 <26326692+Simonx22@users.noreply.github.com> Date: Fri, 8 Nov 2019 21:04:52 -0500 Subject: [PATCH] target Android SdkVersion 28 --- Source/Android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 122a819a8b..3723f06336 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 + compileSdkVersion 28 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -22,7 +22,7 @@ android { // TODO If this is ever modified, change application_id in strings.xml applicationId "org.dolphinemu.dolphinemu" minSdkVersion 21 - targetSdkVersion 27 + targetSdkVersion 28 versionCode(getBuildVersionCode())