summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorSimonx22 <26326692+Simonx22@users.noreply.github.com>2019-11-09 23:06:33 -0500
committerSimonx22 <26326692+Simonx22@users.noreply.github.com>2019-11-09 23:28:22 -0500
commit6f10730abf629eb169a6893facf757d42001f120 (patch)
treeb05204df1cf5db40b2cd426a39503358fec5e53b /Source/Android
parentd8c62b5965df694fb5f93b617e356cae1f9441b7 (diff)
update androidSupportVersion and compileSdkVersion to 28
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle4
1 files 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 {