File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ To run it, you'll have to:
212212
213213``` groovy
214214dependencies {
215- implementation 'com.google.maps.android:maps-compose:2.2.1 '
215+ implementation 'com.google.maps.android:maps-compose:2.3.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.2.1 -alpha03"
221+ implementation "androidx.compose.foundation:foundation:2.3.0 -alpha03"
222222}
223223```
224224
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.2.1 '
33+ version = ' 2.3.0 '
3434 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
3535}
3636
You can’t perform that action at this time.
0 commit comments