Skip to content

Commit

Permalink
minSdkVersion设置为19
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed May 20, 2021
1 parent b47d12b commit 7c38cf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId "com.common.weikaiyun"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fragmentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fragmentation_swipeback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 7c38cf1

Please sign in to comment.