Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaison Titus committed Jun 19, 2017
1 parent 8024f68 commit b7899f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Next, Add the following to your app level build.gradle

```groovy
dependencies {
compile 'com.github.hasura:android-sdk.sdk:$release_tag' //for eg: compile 'com.github.hasura:android-sdk.sdk:v0.0.2'
compile 'com.github.hasura:android-sdk.sdk:$release_tag' //for eg: compile 'com.github.hasura:android-sdk.sdk:v0.0.3'
}
```

Expand All @@ -47,7 +47,7 @@ Add the dependency
<dependency>
<groupId>com.github.hasura.android-sdk</groupId>
<artifactId>sdk</artifactId>
<version>v0.0.2</version>
<version>v0.0.3/version>
</dependency>
```

Expand Down

0 comments on commit b7899f1

Please sign in to comment.