Skip to content

Commit 904708a

Browse files
chore(release): 2.7.3 [skip ci]
## [2.7.3](v2.7.2...v2.7.3) (2022-11-21) ### Bug Fixes * `GoogleMap` in preview early return breaking preview layout ([#213](#213)) ([020dd4e](020dd4e))
1 parent 45e1e42 commit 904708a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,16 +244,16 @@ To run it, you'll have to:
244244

245245
```groovy
246246
dependencies {
247-
implementation 'com.google.maps.android:maps-compose:2.7.2'
247+
implementation 'com.google.maps.android:maps-compose:2.7.3'
248248
249249
// Make sure to also include the latest version of the Maps SDK for Android
250250
implementation 'com.google.android.gms:play-services-maps:18.0.2'
251251
252252
// Also include Compose version `1.2.0-alpha03` or higher - for example:
253-
implementation 'androidx.compose.foundation:foundation:2.7.2-alpha03'
253+
implementation 'androidx.compose.foundation:foundation:2.7.3-alpha03'
254254
255255
// Optionally, you can include the widgets library if you want to use ScaleBar, etc.
256-
implementation 'com.google.maps.android:maps-compose-widgets:2.7.2'
256+
implementation 'com.google.maps.android:maps-compose-widgets:2.7.3'
257257
}
258258
```
259259

build.gradle

+1-1
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.7.2'
33+
version = '2.7.3'
3434
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3535
}
3636

0 commit comments

Comments
 (0)