Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2022-03-15)

* feat!: Remove function literal with receiver. (#103) ([f4f6061](f4f6061)), closes [#103](#103)

### BREAKING CHANGES

* Removes function literal receiver from await
extensions that don't require it.

Change-Id: If646464c26351a41114fb8390734f62f72ed80f9
  • Loading branch information
semantic-release-bot committed Mar 15, 2022
1 parent f4f6061 commit 2302522
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:1.0.0'
implementation 'com.google.maps.android:places-ktx:2.0.0'
}
```

(Deprecated) ~~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:1.0.0'
implementation 'com.google.maps.android:places-v3-ktx:2.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '1.0.0'
version = '2.0.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 2302522

Please sign in to comment.