Skip to content

Commit

Permalink
uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared …
Browse files Browse the repository at this point in the history
…in library [com.hihonor.mcs:ads-identifier:1.0.2.301]
  • Loading branch information
liyujiang-gzu committed Dec 5, 2023
1 parent 90c3d6b commit 881892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ext {

//Android版本(6.0-23、7.0-24、8.0-26、9.0-28、10-29、11-30、12.0-31、12L-32、13-33、14-34)
minSdkVersion = 19
minSdkVersion = 21
targetSdkVersion = 30
compileSdkVersion = 33
// Android Gradle Plugin 8 要求 Android SDK Build Tools 至少是 33.0.1
Expand Down

0 comments on commit 881892f

Please sign in to comment.