fix compile sdk version

This commit is contained in:
wangcongtao
2020-01-16 21:05:10 +08:00
parent 118a7541f3
commit 6a413a05e5

View File

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