Skip to content

Commit

Permalink
chore(release): 2.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.1](v2.9.0...v2.9.1) (2023-01-24)

### Bug Fixes

* Migrate publication to AGP's publishing API ([#243](#243)) ([bec5484](bec5484)), closes [#246](#246)
  • Loading branch information
semantic-release-bot committed Jan 24, 2023
1 parent bec5484 commit 946664b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ To run it, you'll have to:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.9.0'
implementation 'com.google.maps.android:maps-compose:2.9.1'
// 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'
// Optionally, you can include the widgets library if you want to use ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:2.9.0'
implementation 'com.google.maps.android:maps-compose-widgets:2.9.1'
}
```

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

Expand Down

0 comments on commit 946664b

Please sign in to comment.