From 95a8d533492593f7cb56420a3af35196b212f51e Mon Sep 17 00:00:00 2001 From: Gilbert Kimutai Date: Wed, 17 Apr 2019 04:36:10 +0300 Subject: [PATCH] Updated the app version updated to 0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20745ce..eeecc26 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Step 2. Add the dependency com.github.gilokimu woodroid - 0.1.0 + 0.2.0 ``` @@ -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' } ```