This commit is contained in:
Gilbert Kimutai 2019-02-21 18:00:54 +03:00
commit 0f244cbb15

View File

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