Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](googlemaps/android-maps-compose@v2.0.0...v2.1.0) (2022-03-31)

### Features

* Support specifying animation duration for camera changes. ([googlemaps#83](googlemaps#83)) ([aa02773](googlemaps@aa02773))
  • Loading branch information
semantic-release-bot committed Mar 31, 2022
1 parent aa02773 commit bc4736e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ To run it, you'll have to:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.0.0'
implementation 'com.google.maps.android:maps-compose:2.1.0'
// 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'
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.0.0'
version = '2.1.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit bc4736e

Please sign in to comment.