Skip to content

Commit

Permalink
修改minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
teach committed Jul 2, 2020
1 parent 05dd522 commit e2f0514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
applicationId "com.donkingliang.varieditemdecoration.demo"
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion varieditemdecoration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit e2f0514

Please sign in to comment.