Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brioal authored Aug 31, 2016
1 parent e4a0628 commit 2c59dc8
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Banner
# Banner [![](https://jitpack.io/v/Brioal/Banner.svg)](https://jitpack.io/#Brioal/Banner)
仿知乎日报首页轮播图
效果对比演示

![](https://github.com/Brioal/Banner/blob/master/art/1.gif)|![](https://github.com/Brioal/Banner/blob/master/art/2.gif)

#usage
##Step 1. Add the JitPack repository to your build file

###Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
##Step 2. Add the dependency
```
dependencies {
compile 'com.github.Brioal:Banner:1.0'
}
```

0 comments on commit 2c59dc8

Please sign in to comment.