Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paroca72 committed Jun 30, 2016
2 parents 6a5e308 + 85437fe commit aaa3336
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ Extend the PathMeasure because the original class not consider the contours in i
# Usage

via Gradle:
<br />
Add it in your root build.gradle at the end of repositories:
```java
android {
...
buildTypes {
...
repositories {
...
maven { url "https://jitpack.io" }
}
}
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
...
```

Add the dependency
```java
dependencies {
...
compile 'com.github.paroca72:sc-utils:1.2.0'
Expand Down

0 comments on commit aaa3336

Please sign in to comment.