Skip to content

Commit bc4736e

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2022-03-31) ### Features * Support specifying animation duration for camera changes. ([#83](#83)) ([aa02773](aa02773))
1 parent aa02773 commit bc4736e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To run it, you'll have to:
166166

167167
```groovy
168168
dependencies {
169-
implementation 'com.google.maps.android:maps-compose:2.0.0'
169+
implementation 'com.google.maps.android:maps-compose:2.1.0'
170170
171171
// Make sure to also include the latest version of the Maps SDK for Android
172172
implementation 'com.google.android.gms:play-services-maps:18.0.2'

build.gradle

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

3131
allprojects {
3232
group = 'com.google.maps.android'
33-
version = '2.0.0'
33+
version = '2.1.0'
3434
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3535
}
3636

0 commit comments

Comments
 (0)