Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Forevery1 authored Sep 29, 2017
1 parent 84b7856 commit b688cdb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

Gradle:
``` groovy
compile 'com.forevery:EncodeUtils:1.9.1'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.Forevery1:EncodeUtils:84b7856cc1'
}
```

0 comments on commit b688cdb

Please sign in to comment.