Update README.md

This commit is contained in:
Gilbert Kimutai 2019-02-21 06:20:56 +03:00 committed by GitHub
parent 2548979f0e
commit d23dde5d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Step 2. Add the dependency
### Gradle dependency:
Step 1. Add the JitPack repository to your build file
```xml
```gradle
allprojects {
repositories {
...
@ -45,7 +45,7 @@ allprojects {
```
Step 2. Add the dependency
```xml
```gradle
dependencies {
implementation 'com.github.gilokimu:woodroid:0.1.0'
}