Merge pull request #8463 from Simonx22/androidSupportVersion28

Android: update androidSupportVersion and compileSdkVersion to 28
This commit is contained in:
JosJuice 2019-11-14 23:01:06 +01:00 committed by GitHub
commit 294fd8dd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ android {
}
ext {
androidSupportVersion = '27.1.1'
androidSupportVersion = '28.0.0'
}
dependencies {