diff options
| author | Simonx22 <26326692+Simonx22@users.noreply.github.com> | 2019-11-08 21:04:52 -0500 |
|---|---|---|
| committer | Simonx22 <26326692+Simonx22@users.noreply.github.com> | 2019-11-09 02:17:22 -0500 |
| commit | be489443bd41af91461096a58c009af8e89f423e (patch) | |
| tree | 772960baab7521fb761b60a622ca121136286105 /Source/Android | |
| parent | d8c62b5965df694fb5f93b617e356cae1f9441b7 (diff) | |
target Android SdkVersion 28
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 4 |
1 files 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()) |
