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.2 '
247+ implementation 'com.google.maps.android:maps-compose:2.5.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.5.2 -alpha03'
253+ implementation 'androidx.compose.foundation:foundation:2.5.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.5.2 '
256+ implementation 'com.google.maps.android:maps-compose-widgets:2.5.3 '
257257}
258258```
259259
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ext.projectArtifactId = { project ->
3131
3232allprojects {
3333 group = ' com.google.maps.android'
34- version = ' 2.5.2 '
34+ version = ' 2.5.3 '
3535 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
3636}
3737
You can’t perform that action at this time.
0 commit comments