Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDXC authored Dec 6, 2016
1 parent 38b9ed3 commit 1b635b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ dependency
Add it in your root build.gradle at the end of repositories:

```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
add dependency:

```java
dependencies {
compile 'com.github.StevenDXC:DxLoadingButton:1.1'
}
compile 'com.github.StevenDXC:DxLoadingButton:1.1'
}
```

0 comments on commit 1b635b3

Please sign in to comment.