Skip to content

Commit fe37bbf

Browse files
committed
Update Version
1 parent de351d4 commit fe37bbf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
4343
dependencies {
4444
...
45-
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.2@aar'
45+
compile 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar'
4646
...
4747
}
4848
```
@@ -129,6 +129,7 @@ If you just want to get current actual position, you can do it like this:
129129

130130

131131
### Release Notes:
132+
1.2.0 update support lib to 26.0.2
132133
1.1.2 merge some fix.
133134
1.1.1 merge some fix.
134135
1.1.0stable fix bug:LoopViewPager position confusion;LoopViewPager non stop spinning;

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 14
88
targetSdkVersion 26
99
versionCode 28
10-
versionName "1.1.0"
10+
versionName "1.2.0"
1111
}
1212
buildTypes {
1313
release {

tablayoutsupport/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 26
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "1.2.0"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)