File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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:
244244
245245``` groovy
246246dependencies {
247- implementation 'com.google.maps.android:maps-compose:2.5.0 '
247+ implementation 'com.google.maps.android:maps-compose:2.5.1 '
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.5.0 -alpha03'
253+ implementation 'androidx.compose.foundation:foundation:2.5.1 -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.5.0 '
256+ implementation 'com.google.maps.android:maps-compose-widgets:2.5.1 '
257257}
258258```
259259
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
3030
3131allprojects {
3232 group = ' com.google.maps.android'
33- version = ' 2.5.0 '
33+ version = ' 2.5.1 '
3434 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
3535}
3636
You can’t perform that action at this time.
0 commit comments