File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66
77Version | Changes
88--- | ---
9+ v.1.0.5 | Fixed NullPointerException & IndexOutOfBoundsException inside ViewPager. Added SlidingTutorialViewPager
910v.1.0.4 | Added ability to set PageTransformer
1011v.1.0.3 | Fixed issues with layout customizations. Fixed issues with translate animations
1112v.1.0.2 | Minor fixes
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ All you need to do is:
3131First, add gradle dependency into your build.gradle:
3232``` groovy
3333dependencies {
34- compile 'com.cleveroad:slidingtutorial:1.0.4 '
34+ compile 'com.cleveroad:slidingtutorial:1.0.5 '
3535}
3636```
3737
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.0.4
2- VERSION_CODE =14
1+ VERSION_NAME =1.0.5
2+ VERSION_CODE =15
33GROUP =com.cleveroad
44
55POM_DESCRIPTION =Sliding tutorial is simple library that help other developers easy create great tutotial
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 14
99 targetSdkVersion 24
10- versionCode 14
11- versionName " 1.0.4 "
10+ versionCode 15
11+ versionName " 1.0.5 "
1212 }
1313 buildTypes {
1414 release {
You can’t perform that action at this time.
0 commit comments