Skip to content

Commit

Permalink
chore(release): 2.11.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.5](v2.11.4...v2.11.5) (2023-07-25)

### Bug Fixes

* fixed crash when the Bitmap size is zero in the ClusterRenderer ([#336](#336)) ([93b9b85](93b9b85))
  • Loading branch information
semantic-release-bot committed Jul 25, 2023
1 parent 93b9b85 commit 4de34d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ This repository contains [Jetpack Compose][jetpack-compose] components for the [

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.11.2'
implementation 'com.google.maps.android:maps-compose:2.11.5'
// Make sure to also include the latest version of the Maps SDK for Android
implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.android.gms:play-services-maps:2.11.5'
// Optionally, you can include the Compose utils library for Clustering, etc.
implementation 'com.google.maps.android:maps-compose-utils:2.11.2'
implementation 'com.google.maps.android:maps-compose-utils:2.11.5'
// Optionally, you can include the widgets library for ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:2.11.2'
implementation 'com.google.maps.android:maps-compose-widgets:2.11.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '2.11.4'
version = '2.11.5'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 4de34d8

Please sign in to comment.