Skip to content

Commit

Permalink
Places plugin 0.2 Release (#317)
Browse files Browse the repository at this point in the history
* bumped mas version

* release place plugin

* fix version number

* revert version

* updated changelog

* updated readme
  • Loading branch information
Cameron Mace authored Feb 26, 2018
1 parent b9a30af commit 61fa5a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ext {
]

version = [
mapboxMapSdk : '5.4.0',
mapboxGeocoding : '3.0.0-beta.2',
mapboxGeoJson : '3.0.0-beta.2',
mapboxMapSdk : '5.4.1',
mapboxGeocoding : '3.0.0-beta.3',
mapboxGeoJson : '3.0.0-beta.3',
mapboxServices : '2.2.9',
lost : '3.0.4',
autoValue : '1.5.3',
Expand Down
6 changes: 4 additions & 2 deletions plugin-places/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Mapbox welcomes participation and contributions from everyone.

### 0.2.0 - TBD
- Increased the search view button sizes to help capture when a user clicks the button.
### 0.2.0 - February 26, 2018
- Place Picker added [#262](https://github.com/mapbox/mapbox-plugins-android/pull/262)
- Updated geocoding dependency [#261](https://github.com/mapbox/mapbox-plugins-android/pull/261)
- Increased the search view button sizes to help capture when a user clicks the button. [#240](https://github.com/mapbox/mapbox-plugins-android/pull/240)

### 0.1.0 - December 22, 2017
- Initial release as a standalone package.
6 changes: 4 additions & 2 deletions plugin-places/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ To use the places plugin, you include it in your `build.gradle` file.
// In the root build.gradle file
repositories {
mavenCentral()
google()
}
...
// In the app build.gradle file
dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.1.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.2.0'
}
```

Expand All @@ -28,14 +29,15 @@ The places plugin is published to Maven Central and nightly SNAPSHOTs are availa
// In the root build.gradle file
repositories {
mavenCentral()
google()
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
...
// In the app build.gradle file
dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.2.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places:0.3.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-places/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-places
POM_NAME=Mapbox Android Places Plugin
POM_DESCRIPTION=Mapbox Android Places Plugin
Expand Down

0 comments on commit 61fa5a7

Please sign in to comment.