From b1b0afcf49d640dfb99fcfc8d0555fbff5d81c2e Mon Sep 17 00:00:00 2001 From: Lavanya gaur <33238323+Lavanyagaur22@users.noreply.github.com> Date: Fri, 23 Aug 2019 10:57:38 +0530 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index cbbe180..5e3d0b0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,7 +28,7 @@ See [offix website](https://android.offix.dev) for usage and more details. - **Gradle**:<br/> - `implementation 'org.aerogear.offix:offix:0.3.1'` + `implementation 'org.aerogear.offix:offix:0.4.0'` - **Maven**:<br/> @@ -36,7 +36,7 @@ See [offix website](https://android.offix.dev) for usage and more details. <dependency> <groupId>org.aerogear.offix</groupId> <artifactId>offix</artifactId> - <version>0.3.1</version> + <version>0.4.0</version> <type>pom</type> </dependency> ```