Skip to content

Commit 14b452a

Browse files
author
Langston Smith
authored
Release Places 0.12.0 (#1118)
1 parent e5dcbf1 commit 14b452a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

plugin-places/CHANGELOG.md

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

33
Mapbox 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

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.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
4141
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'
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.12.0-SNAPSHOT
1+
VERSION_NAME=0.13.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

0 commit comments

Comments
 (0)