diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 122a819a8b..9cc999dafd 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 @@ -76,7 +76,7 @@ android { } ext { - androidSupportVersion = '27.1.1' + androidSupportVersion = '28.0.0' } dependencies {