Skip to content

Commit 2eda8cc

Browse files
chore(release): 2.5.3 [skip ci]
## [2.5.3](v2.5.2...v2.5.3) (2022-07-15) ### Bug Fixes * GoogleMap breaking preview mode. ([#179](#179)) ([919b0cc](919b0cc))
1 parent 919b0cc commit 2eda8cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext.projectArtifactId = { project ->
3131

3232
allprojects {
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

0 commit comments

Comments
 (0)