Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.1...v0.4.0) (2020-09-16)

### Features

* Update Places to 2.4.0 ([#19](#19)) ([8b24c1c](8b24c1c))
  • Loading branch information
semantic-release-bot committed Sep 16, 2020
1 parent 8b24c1c commit 52b8bd7
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 @@ -20,15 +20,15 @@ If you are using the Places SDK through Google Play Services:

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

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

```groovy
dependencies {
implementation 'com.google.maps.android:places-v3-ktx:0.3.1'
implementation 'com.google.maps.android:places-v3-ktx:0.4.0'
}
```

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.3.1'
version = '0.4.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 52b8bd7

Please sign in to comment.