We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4972034 commit 959aa71Copy full SHA for 959aa71
README.md
@@ -1,4 +1,7 @@
1
# Onboarder
2
+
3
+[](http://doge.mit-license.org)
4
5
Onboarding Library for Android
6
Inspired by [Onboard](https://github.com/mamaral/Onboard) for iOS.
7
This is a simple library to quickly create Onboarding inside your app.
@@ -118,7 +121,7 @@ Add it in your root build.gradle at the end of repositories:
118
121
Add the dependencies:
119
122
```
120
123
dependencies {
- compile 'com.github.User:Repo:Tag'
124
+ compile 'com.github.jrejaud:Onboarder:v0.01'
125
}
126
127
0 commit comments