Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jrejaud/Onboarder
Browse files Browse the repository at this point in the history
  • Loading branch information
jrejaud committed Mar 17, 2016
2 parents 49bf374 + 04cbe6c commit ea171f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Onboarder

[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)

Onboarding Library for Android
Inspired by [Onboard](https://github.com/mamaral/Onboard) for iOS.
This is a simple library to quickly create Onboarding inside your app.
Expand Down Expand Up @@ -118,8 +121,13 @@ Add it in your root build.gradle at the end of repositories:
Add the dependencies:
```
dependencies {
compile 'com.github.User:Repo:Tag'
compile 'com.github.jrejaud:Onboarder:v0.01'
}
```

For more info, check the [JitPack page](https://jitpack.io/#jrejaud/Onboarder)

Credits
=====
[ViewPagerIndicator2](https://github.com/jrejaud/ViewPagerIndicator2)
An (mildly) improved (ViewPagerIndicator)[https://github.com/JakeWharton/ViewPagerIndicator], originally by Jake Wharton

0 comments on commit ea171f7

Please sign in to comment.