Skip to content

Commit

Permalink
Release MAS v2.0.0-beta.3 (#385)
Browse files Browse the repository at this point in the history
* remove deprecated initializer

* [android] [auto] Update properties to version 2.0.0-beta.3 in preparation for build.

* bring back version to snapshot

* update CHANGELOG.md
  • Loading branch information
zugaldia authored Mar 9, 2017
1 parent dc34832 commit 33077c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mapbox welcomes participation and contributions from everyone.

### v2.0.0-beta.3

* Make `ServicesException` and `TurfException` unchecked exceptions

### v2.0.0-beta.2

* Mapbox Navigation SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ public void initialize(@NonNull Context context, @NonNull String accessToken,
initialize(context, accessToken, userAgent);
}

/*
* Temporary: re-added only for CI purposes
*/
public void initialize(@NonNull Context context, @NonNull String accessToken,
@NonNull LocationEngine locationEngine) {
initialize(context, accessToken, "userAgent", locationEngine);
}

/**
* Initialize MapboxTelemetry.
*
Expand Down

0 comments on commit 33077c6

Please sign in to comment.