Skip to content

Commit

Permalink
change minSdkVersion to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwei committed Nov 27, 2019
1 parent 18ec11f commit 26dae53
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 {
compileSdkVersion 28
defaultConfig {
applicationId "com.kw.one"
minSdkVersion 24
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion arch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {


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

0 comments on commit 26dae53

Please sign in to comment.