Skip to content

Commit

Permalink
1.修改最低支持版本
Browse files Browse the repository at this point in the history
Former-commit-id: e64eba0
  • Loading branch information
Ttt committed Sep 12, 2018
1 parent b8898d0 commit 01e4245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DevLibUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName dev_utils_version
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "com.dev"
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.0.0"
Expand Down

0 comments on commit 01e4245

Please sign in to comment.