File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,16 +244,16 @@ To run it, you'll have to:
244
244
245
245
``` groovy
246
246
dependencies {
247
- implementation 'com.google.maps.android:maps-compose:2.7.2 '
247
+ implementation 'com.google.maps.android:maps-compose:2.7.3 '
248
248
249
249
// Make sure to also include the latest version of the Maps SDK for Android
250
250
implementation 'com.google.android.gms:play-services-maps:18.0.2'
251
251
252
252
// 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'
254
254
255
255
// 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 '
257
257
}
258
258
```
259
259
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
30
30
31
31
allprojects {
32
32
group = ' com.google.maps.android'
33
- version = ' 2.7.2 '
33
+ version = ' 2.7.3 '
34
34
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments