Skip to content

Commit cc6616e

Browse files
committed
* updated readme
1 parent 7745cb8 commit cc6616e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All you need to do is:
1717
First, add gradle dependency with command:<br>
1818
```groovy
1919
dependencies {
20-
compile 'com.cleveroad:slidingtutorial:0.9.4'
20+
compile 'com.cleveroad:slidingtutorial:0.9.5'
2121
}
2222
```
2323

@@ -129,6 +129,7 @@ public class CustomPresentationPagerFragment extends PresentationPagerFragment {
129129

130130
| Version | Changes |
131131
| --- | --- |
132+
| v.0.9.5 | Added getters for views. Possible fix for manifest merging issues |
132133
| v.0.9.4 | Renamed all attributes; all resources marked as private |
133134
| v.0.9.3 | Fixed issue with wrong page showed at startup if pages count not equals 3 |
134135
| v.0.9.2 | Added onSkipButtonClicked method and SimplePagerFragment |

0 commit comments

Comments
 (0)