Update SDK version to 28
This commit is contained in:
parent
09c8aad237
commit
df0b3d6287
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ import groovy.xml.XmlUtil
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 28
|
||||||
buildToolsVersion '26.0.2'
|
buildToolsVersion '28.0.0'
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in a new issue