Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
windy1 committed May 8, 2015
1 parent 5feb556 commit 33f0307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,7 +49,7 @@ With Maven (make sure you are using the latest version):
<dependency>
<groupId>se.walkercrou</groupId>
<artifactId>google-places-api-java</artifactId>
<version>2.0.2</version>
<version>2.1.2</version>
</dependency>
</dependencies>
```
Expand All @@ -62,7 +62,7 @@ repositories {
}

dependencies {
compile 'se.walkercrou:google-places-api-java:2.0.2'
compile 'se.walkercrou:google-places-api-java:2.1.2'
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
}
```
Expand Down

0 comments on commit 33f0307

Please sign in to comment.