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 22
33Mapbox welcomes participation and contributions from everyone.
44
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+
512### mapbox-android-plugin-places-v9:0.11.0 - March 31, 2020
613####Bugs
714
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222// In the app build.gradle file
2323dependencies {
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'
2525}
2626```
2727
@@ -39,7 +39,7 @@ repositories {
3939
4040// In the app build.gradle file
4141dependencies {
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'
4343}
4444```
4545
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.12 .0-SNAPSHOT
1+ VERSION_NAME =0.13 .0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-places-v9
33POM_NAME =Mapbox Android Places Plugin
44POM_DESCRIPTION =Mapbox Android Places Plugin
You can’t perform that action at this time.
0 commit comments