File tree Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
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
+
5
10
### mapbox-android-plugin-places-v9:0.10.0 - March 5, 2020
6
11
#### Features
7
12
- Switching all plugins to AndroidX [ #1100 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1100 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
// In the app build.gradle file
23
23
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'
25
25
}
26
26
```
27
27
@@ -39,7 +39,7 @@ repositories {
39
39
40
40
// In the app build.gradle file
41
41
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'
43
43
}
44
44
```
45
45
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.11 .0-SNAPSHOT
1
+ VERSION_NAME =0.12 .0-SNAPSHOT
2
2
POM_ARTIFACT_ID =mapbox-android-plugin-places-v9
3
3
POM_NAME =Mapbox Android Places Plugin
4
4
POM_DESCRIPTION =Mapbox Android Places Plugin
Original file line number Diff line number Diff line change 2
2
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
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
+
5
14
### mapbox-android-plugin-scalebar-v9:0.4.0 - March 5, 2020
6
15
#### Features
7
16
- Switching all plugins to AndroidX [ #1100 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1100 )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
18
18
19
19
// In the app build.gradle file
20
20
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'
22
22
}
23
23
```
24
24
@@ -35,7 +35,7 @@ repositories {
35
35
36
36
// In the app build.gradle file
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.5 .0-SNAPSHOT
1
+ VERSION_NAME =0.6 .0-SNAPSHOT
2
2
POM_ARTIFACT_ID =mapbox-android-plugin-scalebar-v9
3
3
POM_NAME =Mapbox Android Scalebar Plugin
4
4
POM_DESCRIPTION =Mapbox Android Scalebar Plugin
You can’t perform that action at this time.
0 commit comments