Skip to content

Commit c500849

Browse files
authored
Annotation plugin v9-0.9.0 release. (#1150)
1 parent 4701613 commit c500849

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

plugin-annotation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
### mapbox-android-plugin-annotation-v9:0.9.0 - XXX
5+
### mapbox-android-plugin-annotation-v9:0.9.0 - August 13, 2020
66
#### Bugs
77
- Consumable events for click listeners [1124](https://github.com/mapbox/mapbox-plugins-android/pull/1124)
88
- Support multiple manager to be draggable [1125](https://github.com/mapbox/mapbox-plugins-android/pull/1125)

plugin-annotation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232
3333
dependencies {
34-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.8.0'
34+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0'
3535
}
3636
```
3737

@@ -48,7 +48,7 @@ repositories {
4848
4949
// In the app build.gradle file
5050
dependencies {
51-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0-SNAPSHOT'
51+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.10.0-SNAPSHOT'
5252
}
5353
```
5454

plugin-annotation/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.9.0-SNAPSHOT
1+
VERSION_NAME=0.10.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-annotation-v9
33
POM_NAME=Mapbox Android Annotation Plugin
44
POM_DESCRIPTION=Mapbox Android Annotation Plugin

0 commit comments

Comments
 (0)