Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjwzh committed May 4, 2018
1 parent de351d4 commit fe37bbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
dependencies {
...
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.2@aar'
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar'
...
}
```
Expand Down Expand Up @@ -129,6 +129,7 @@ If you just want to get current actual position, you can do it like this:


### Release Notes:
1.2.0 update support lib to 26.0.2
1.1.2 merge some fix.
1.1.1 merge some fix.
1.1.0stable fix bug:LoopViewPager position confusion;LoopViewPager non stop spinning;
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 14
targetSdkVersion 26
versionCode 28
versionName "1.1.0"
versionName "1.2.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions tablayoutsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit fe37bbf

Please sign in to comment.