Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Update gettingstarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavanyagaur22 authored Aug 9, 2019
1 parent 128521b commit fdcadfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

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: <br/>

```kotlin
<dependency>
<groupId>org.aerogear.offix</groupId>
<artifactId>offix</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
```

0 comments on commit fdcadfc

Please sign in to comment.