From fdcadfc62a51ab1c82ab52bc3764801d014b51c8 Mon Sep 17 00:00:00 2001 From: Lavanya gaur <33238323+Lavanyagaur22@users.noreply.github.com> Date: Fri, 9 Aug 2019 14:24:10 +0530 Subject: [PATCH] Update gettingstarted.md --- docs/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index fa65a91..7879e07 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -22,7 +22,7 @@ Add the following dependency in your **module's build.gradle**: - ``` implementation 'org.aerogear.offix:offix:0.1.0' ``` + ``` implementation 'org.aerogear.offix:offix:0.2.0' ``` For **maven**, add the following dependency:
@@ -30,7 +30,7 @@ For **maven**, add the following dependency:
org.aerogear.offix offix - 0.1.0 + 0.2.0 pom ```