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 b688cdb commit f6c47c8
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
## Download

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

0 comments on commit f6c47c8

Please sign in to comment.