Permalink
Browse files
target Android SdkVersion 28
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
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()) |
|
|
|
|
|
0 comments on commit
be48944