Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions libandroid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Mapbox welcomes participation and contributions from everyone.

### v1.2.1

* Fixes regresion in `GeocoderAutoCompleteView`

Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.1+is%3Aclosed

### v1.2.0

* Updated to `libjava` v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion libandroid/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compile project(':libjava')

// Mapbox Java Services (release)
// compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.2.0@jar') {
// compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.2.1@jar') {
// transitive=true
// }

Expand Down
6 changes: 6 additions & 0 deletions libjava/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Mapbox welcomes participation and contributions from everyone.

### v1.2.1

* Bring back `toString()` method in `CarmenFeature`

Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.1+is%3Aclosed

### v1.2.0

* Support for the Map Matching API
Expand Down