Skip to content

Commit

Permalink
add jitpack gradle import.
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyWang authored Nov 23, 2016
1 parent 4331318 commit 177a8f2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
Top Material Design Top Toast Bar.
Material Design Top/Bottom Toast Bar.

<h2>How to implement</h2>

Add it in your root build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
Step 2. Add the dependency
```gradle
dependencies {
compile 'com.github.SwiftyWang:ToastBar:release~1.1'
}
```

Support in the application or in the window.

Expand Down

0 comments on commit 177a8f2

Please sign in to comment.