File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
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.12.0 - April 22, 2020
6
+
7
+ - Bumped Maps SDK to 9.1.0 [ #1113 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1113 )
8
+
9
+ ####Features
10
+ - Added .baseUrl() to Places Plugin's PlaceOptions builder [ #1116 ] ( https://github.com/mapbox/mapbox-plugins-android/pull/1116 )
11
+
5
12
### mapbox-android-plugin-places-v9:0.11.0 - March 31, 2020
6
13
####Bugs
7
14
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.11 .0'
24
+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.12 .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.12 .0-SNAPSHOT'
42
+ implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.13 .0-SNAPSHOT'
43
43
}
44
44
```
45
45
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.12 .0-SNAPSHOT
1
+ VERSION_NAME =0.13 .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
You can’t perform that action at this time.
0 commit comments