Skip to content

Commit 33f0307

Browse files
committed
Update README.md
1 parent 5feb556 commit 33f0307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ With Maven (make sure you are using the latest version):
4949
<dependency>
5050
<groupId>se.walkercrou</groupId>
5151
<artifactId>google-places-api-java</artifactId>
52-
<version>2.0.2</version>
52+
<version>2.1.2</version>
5353
</dependency>
5454
</dependencies>
5555
```
@@ -62,7 +62,7 @@ repositories {
6262
}
6363

6464
dependencies {
65-
compile 'se.walkercrou:google-places-api-java:2.0.2'
65+
compile 'se.walkercrou:google-places-api-java:2.1.2'
6666
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
6767
}
6868
```

0 commit comments

Comments
 (0)