Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.15.0...v3.0.0) (2023-10-03)

### breaking

* simplify dependencies ([9456fec](9456fec)), closes [#419](#419) [#360](#360) [#377](#377)

### Reverts

* Revert "chore: update semantic-release config (#416)" (#417) ([dff9276](dff9276)), closes [#416](#416) [#417](#417)

### BREAKING CHANGES

* remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
  • Loading branch information
semantic-release-bot committed Oct 3, 2023
1 parent 9456fec commit 8c6c3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.15.0'
implementation 'com.google.maps.android:maps-compose:3.0.0'
// Optionally, you can include the Compose utils library for Clustering, etc.
implementation 'com.google.maps.android:maps-compose-utils:2.15.0'
implementation 'com.google.maps.android:maps-compose-utils:3.0.0'
// Optionally, you can include the widgets library for ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:2.15.0'
implementation 'com.google.maps.android:maps-compose-widgets:3.0.0'
}
```

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.15.0'
version = '3.0.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 8c6c3b0

Please sign in to comment.