File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ All you need to do is:
17
17
First, add gradle dependency with command:<br >
18
18
``` groovy
19
19
dependencies {
20
- compile 'com.cleveroad:slidingtutorial:0.9.4 '
20
+ compile 'com.cleveroad:slidingtutorial:0.9.5 '
21
21
}
22
22
```
23
23
@@ -129,6 +129,7 @@ public class CustomPresentationPagerFragment extends PresentationPagerFragment {
129
129
130
130
| Version | Changes |
131
131
| --- | --- |
132
+ | v.0.9.5 | Added getters for views. Possible fix for manifest merging issues |
132
133
| v.0.9.4 | Renamed all attributes; all resources marked as private |
133
134
| v.0.9.3 | Fixed issue with wrong page showed at startup if pages count not equals 3 |
134
135
| v.0.9.2 | Added onSkipButtonClicked method and SimplePagerFragment |
You can’t perform that action at this time.
0 commit comments