Skip to content

Commit

Permalink
降低minSdkVersion为14
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Feb 13, 2019
1 parent 78d3e2d commit 8b88c34
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 @@ -4,7 +4,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "per.goweii.android.rxhttp"
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rxhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 8b88c34

Please sign in to comment.