change compileSdkVersion to 28

This commit is contained in:
wangcongtao
2020-01-16 20:29:22 +08:00
parent 646d65d202
commit 1f8b6ade2a

View File

@@ -1,7 +1,7 @@
ext {
android = [
applicationId : "com.mogo.launcher",
compileSdkVersion: 29,
compileSdkVersion: 28,
buildToolsVersion: "29.0.2",
minSdkVersion : 19,
targetSdkVersion : 22,