fix: downgrade sdk target

This commit is contained in:
Weihua Lu
2021-09-18 14:28:45 +08:00
committed by Tienson Qin
parent c3e53ef2db
commit 363ed3ed0d

View File

@@ -1,7 +1,7 @@
ext {
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 29
targetSdkVersion = 29
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'