Skip to content

Commit

Permalink
[opt] set demo targetSdk < 28, some device request permission failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Jul 25, 2022
1 parent 96d9a4c commit dd04192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task clean(type: Delete) {
ext {
androidXVersion = '1.3.1'
versionCompiler = 29
versionTarget = 30
versionTarget = 27
minSdkVersion = 19
versionCode = 113
versionNameString = '3.2.0'
Expand Down

0 comments on commit dd04192

Please sign in to comment.