Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RacZo committed Feb 20, 2017
1 parent ae60ae7 commit c078f9d
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 @@ -38,7 +38,7 @@ compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
Via Gradle, by putting the following in your build.gradle:

```groovy
compile 'com.oscarsalguero:smartystreetsautocomplete:0.0.2'
compile 'com.oscarsalguero:smartystreetsautocomplete:0.0.3'
```

Or Maven:
Expand All @@ -47,7 +47,7 @@ Or Maven:
<dependency>
<groupId>com.oscarsalguero</groupId>
<artifactId>smartystreetsautocomplete</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit c078f9d

Please sign in to comment.