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](v2.0.0...v2.1.0) (2020-07-16)

### Features

* Adding cameraEvents() method to consume camera events using Kotlin Flow ([#78](#78)) ([4eb4f4e](4eb4f4e)), closes [#69](#69)
  • Loading branch information
semantic-release-bot committed Jul 16, 2020
1 parent 4eb4f4e commit bd2508d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ If you are using the Maps SDK through Google Play Services:
dependencies {
// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:2.0.0'
implementation 'com.google.maps.android:maps-ktx:2.1.0'
// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:2.0.0'
implementation 'com.google.maps.android:maps-utils-ktx:2.1.0'
// It is recommended to also include the latest Maps SDK and/or Utility Library versions
// as well to ensure that you have the latest features and bug fixes.
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.maps.android:android-maps-utils:2.0.0'
implementation 'com.google.maps.android:android-maps-utils:2.1.0'
}
```

Expand All @@ -44,15 +44,15 @@ Alternatively, if you are using the Maps SDK through the standalone V3 BETA dist
dependencies {
// KTX for the Maps SDK for Android V3 BETA Library
implementation 'com.google.maps.android:maps-v3-ktx:2.0.0'
implementation 'com.google.maps.android:maps-v3-ktx:2.1.0'
// KTX for the Maps SDK for Android V3 BETA Utility Library
implementation 'com.google.maps.android:maps-utils-v3-ktx:2.0.0'
implementation 'com.google.maps.android:maps-utils-v3-ktx:2.1.0'
// It is recommended to also include the latest Maps SDK and/or Utility Library versions
// as well to ensure that you have the latest features and bug fixes.
implementation 'com.google.android.libraries.maps:maps:2.0.0-beta'
implementation 'com.google.maps.android:android-maps-utils-v3:2.0.0'
implementation 'com.google.android.libraries.maps:maps:2.1.0-beta'
implementation 'com.google.maps.android:android-maps-utils-v3:2.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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)

repositories {
Expand Down

0 comments on commit bd2508d

Please sign in to comment.