Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
Change-Id: Ib1b57274d77f83e15c18909ccc7305f689857c83
  • Loading branch information
arriolac committed Jul 14, 2020
1 parent 4cd9be6 commit 9accb2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ If you are using the Places SDK through Google Play Services:

```groovy
dependencies {
implementation 'com.google.maps.android:places-ktx:0.2.1'
implementation 'com.google.maps.android:places-ktx:0.2.2'
}
```

Alternatively, if you are using the Places standalone library (for use only with Maps v 3.1.0 beta):

```groovy {
implementation 'com.google.maps.android:places-v3-ktx:0.2.1'
implementation 'com.google.maps.android:places-v3-ktx:0.2.2'
}
## Example Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '0.2.1'
version = '0.2.2'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 9accb2c

Please sign in to comment.