Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2022-06-23)

### Features

* Add the reason for map camera movement ([#154](#154)) ([202f34f](202f34f))
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent 202f34f commit 4a33af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -212,13 +212,13 @@ To run it, you'll have to:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.3.0'
implementation 'com.google.maps.android:maps-compose:2.4.0'
// Make sure to also include the latest version of the Maps SDK for Android
implementation 'com.google.android.gms:play-services-maps:18.0.2'
// Also include Compose version `1.2.0-alpha03` or higher - for example:
implementation "androidx.compose.foundation:foundation:2.3.0-alpha03"
implementation "androidx.compose.foundation:foundation:2.4.0-alpha03"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '2.3.0'
version = '2.4.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 4a33af4

Please sign in to comment.