From 6f10730abf629eb169a6893facf757d42001f120 Mon Sep 17 00:00:00 2001 From: Simonx22 <26326692+Simonx22@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:06:33 -0500 Subject: [PATCH] update androidSupportVersion and compileSdkVersion to 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..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 {