Skip to content

Commit

Permalink
change minSdkVersion to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
CCY0122 committed May 30, 2019
1 parent 71890a0 commit edf9857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions focuslayoutmanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {


defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = 'ccy01220122'
groupId = 'com.ccy'
artifactId = 'FocusLayoutManager'
publishVersion = '1.0.1'
publishVersion = '1.0.2'
desc = '具有有焦点item的水平/垂直滚动RecyclerView-LayoutManager'
website = 'https://github.com/CCY0122/FocusLayoutManager'
}

0 comments on commit edf9857

Please sign in to comment.