Skip to content

Commit 4a33af4

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2022-06-23) ### Features * Add the reason for map camera movement ([#154](#154)) ([202f34f](202f34f))
1 parent 202f34f commit 4a33af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ To run it, you'll have to:
212212

213213
```groovy
214214
dependencies {
215-
implementation 'com.google.maps.android:maps-compose:2.3.0'
215+
implementation 'com.google.maps.android:maps-compose:2.4.0'
216216
217217
// Make sure to also include the latest version of the Maps SDK for Android
218218
implementation 'com.google.android.gms:play-services-maps:18.0.2'
219219
220220
// Also include Compose version `1.2.0-alpha03` or higher - for example:
221-
implementation "androidx.compose.foundation:foundation:2.3.0-alpha03"
221+
implementation "androidx.compose.foundation:foundation:2.4.0-alpha03"
222222
}
223223
```
224224

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
3030

3131
allprojects {
3232
group = 'com.google.maps.android'
33-
version = '2.3.0'
33+
version = '2.4.0'
3434
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3535
}
3636

0 commit comments

Comments
 (0)