From c500849de57016ed82ea841b7bd1377df951edec Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Thu, 13 Aug 2020 11:54:35 +0300 Subject: [PATCH] Annotation plugin v9-0.9.0 release. (#1150) --- plugin-annotation/CHANGELOG.md | 2 +- plugin-annotation/README.md | 4 ++-- plugin-annotation/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin-annotation/CHANGELOG.md b/plugin-annotation/CHANGELOG.md index fbdb832d3..4dc6cbcee 100644 --- a/plugin-annotation/CHANGELOG.md +++ b/plugin-annotation/CHANGELOG.md @@ -2,7 +2,7 @@ Mapbox welcomes participation and contributions from everyone. -### mapbox-android-plugin-annotation-v9:0.9.0 - XXX +### mapbox-android-plugin-annotation-v9:0.9.0 - August 13, 2020 #### Bugs - Consumable events for click listeners [1124](https://github.com/mapbox/mapbox-plugins-android/pull/1124) - Support multiple manager to be draggable [1125](https://github.com/mapbox/mapbox-plugins-android/pull/1125) diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 1bf70f020..24ddf537c 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -31,7 +31,7 @@ android { } dependencies { - implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.8.0' + implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0' } ``` @@ -48,7 +48,7 @@ repositories { // In the app build.gradle file dependencies { - implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0-SNAPSHOT' + implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.10.0-SNAPSHOT' } ``` diff --git a/plugin-annotation/gradle.properties b/plugin-annotation/gradle.properties index 241fdadb7..90c95766d 100644 --- a/plugin-annotation/gradle.properties +++ b/plugin-annotation/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.9.0-SNAPSHOT +VERSION_NAME=0.10.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-annotation-v9 POM_NAME=Mapbox Android Annotation Plugin POM_DESCRIPTION=Mapbox Android Annotation Plugin