summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2019-11-14 23:01:06 +0100
committerGitHub <noreply@github.com>2019-11-14 23:01:06 +0100
commit294fd8dd3a3317b73fe9603402c0604b1fdd1121 (patch)
treee7da3184bfe2fcd1c0201c7de8c8eef89190484e /Source/Android
parentc1818c3e6c7421275c523c37019d9acb4bc3360f (diff)
parent6f10730abf629eb169a6893facf757d42001f120 (diff)
Merge pull request #8463 from Simonx22/androidSupportVersion28
Android: update androidSupportVersion and compileSdkVersion to 28
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 3723f06336..c3b1e8450e 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -76,7 +76,7 @@ android {
}
ext {
- androidSupportVersion = '27.1.1'
+ androidSupportVersion = '28.0.0'
}
dependencies {