Updated the app version

updated to 0.2.0
This commit is contained in:
Gilbert Kimutai 2019-04-17 04:36:10 +03:00 committed by GitHub
parent 69277df89b
commit 95a8d53349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Step 2. Add the dependency
<dependency>
<groupId>com.github.gilokimu</groupId>
<artifactId>woodroid</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```
@ -46,7 +46,7 @@ allprojects {
Step 2. Add the dependency
```gradle
dependencies {
implementation 'com.github.gilokimu:woodroid:0.1.0'
implementation 'com.github.gilokimu:woodroid:0.2.0'
}
```