Skip to content

Commit 5f5fadb

Browse files
author
Langston Smith
authored
Release Places 0.11.0 and Scalebar 0.5.0 (#1112)
1 parent b19f5e4 commit 5f5fadb

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

plugin-places/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### mapbox-android-plugin-places-v9:0.11.0 - March 31, 2020
6+
####Bugs
7+
8+
- Setting reverse geocoding BottomSheetBehavior hideable to true [#1107](https://github.com/mapbox/mapbox-plugins-android/pull/1107)
9+
510
### mapbox-android-plugin-places-v9:0.10.0 - March 5, 2020
611
#### Features
712
- Switching all plugins to AndroidX [#1100](https://github.com/mapbox/mapbox-plugins-android/pull/1100)

plugin-places/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
2222
// In the app build.gradle file
2323
dependencies {
24-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.10.0'
24+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.11.0'
2525
}
2626
```
2727

@@ -39,7 +39,7 @@ repositories {
3939
4040
// In the app build.gradle file
4141
dependencies {
42-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.11.0-SNAPSHOT'
42+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.12.0-SNAPSHOT'
4343
}
4444
```
4545

plugin-places/gradle.properties

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

plugin-scalebar/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### mapbox-android-plugin-scalebar-v9:0.5.0 - March 31, 2020
6+
####Features
7+
8+
- Add option to config max width of scalebar [#1048](https://github.com/mapbox/mapbox-plugins-android/pull/1048)
9+
10+
####Bugs
11+
12+
- Fix scalebar not show correctly when pixelRatio is set [#1104](https://github.com/mapbox/mapbox-plugins-android/pull/1104)
13+
514
### mapbox-android-plugin-scalebar-v9:0.4.0 - March 5, 2020
615
#### Features
716
- Switching all plugins to AndroidX [#1100](https://github.com/mapbox/mapbox-plugins-android/pull/1100)

plugin-scalebar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
1919
// In the app build.gradle file
2020
dependencies {
21-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.4.0'
21+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.5.0'
2222
}
2323
```
2424

@@ -35,7 +35,7 @@ repositories {
3535
3636
// In the app build.gradle file
3737
dependencies {
38-
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.5.0-SNAPSHOT'
38+
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v9:0.6.0-SNAPSHOT'
3939
}
4040
```
4141

plugin-scalebar/gradle.properties

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

0 commit comments

Comments
 (0)