Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antwankakki authored Jan 19, 2017
1 parent 1e9ec61 commit 2680f3a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ Please note this is an alpha build, not feature complete, and can be buggy. If y
1. Add JitPack to your build.gradle at the end of repositories

```javascript
repositories {
maven { url "https://jitpack.io" }
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
...
}
}
```
2. Add FabricView to your dependencies

```javascript
dependencies {
compile 'com.github.antwankakki:FabricView:-SNAPSHOT'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.github.antwankakki:FabricView:latest'
...
}
```
3. Add the following to your layout xml file
Expand Down

0 comments on commit 2680f3a

Please sign in to comment.