mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
update androidSupportVersion and compileSdkVersion to 28
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 28
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -76,7 +76,7 @@ android {
|
||||
}
|
||||
|
||||
ext {
|
||||
androidSupportVersion = '27.1.1'
|
||||
androidSupportVersion = '28.0.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Reference in New Issue
Block a user