Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loonggg authored Feb 16, 2017
1 parent dfecf24 commit ea4b550
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# RecyclerViewBanner
使用RecyclerView做的轮播图

### Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

### Step 2. Add the dependency
```java
dependencies {
compile 'com.github.loonggg:RecyclerViewBanner:v1.0'
}
```


0 comments on commit ea4b550

Please sign in to comment.