Skip to content

Commit ea171f7

Browse files
committed
Merge branch 'master' of https://github.com/jrejaud/Onboarder
2 parents 49bf374 + 04cbe6c commit ea171f7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Onboarder
2+
3+
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
4+
25
Onboarding Library for Android
36
Inspired by [Onboard](https://github.com/mamaral/Onboard) for iOS.
47
This is a simple library to quickly create Onboarding inside your app.
@@ -118,8 +121,13 @@ Add it in your root build.gradle at the end of repositories:
118121
Add the dependencies:
119122
```
120123
dependencies {
121-
compile 'com.github.User:Repo:Tag'
124+
compile 'com.github.jrejaud:Onboarder:v0.01'
122125
}
123126
```
124127

125128
For more info, check the [JitPack page](https://jitpack.io/#jrejaud/Onboarder)
129+
130+
Credits
131+
=====
132+
[ViewPagerIndicator2](https://github.com/jrejaud/ViewPagerIndicator2)
133+
An (mildly) improved (ViewPagerIndicator)[https://github.com/JakeWharton/ViewPagerIndicator], originally by Jake Wharton

0 commit comments

Comments
 (0)