Skip to content

Commit 33077c6

Browse files
authored
Release MAS v2.0.0-beta.3 (#385)
* 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
1 parent dc34832 commit 33077c6

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v2.0.0-beta.3
6+
7+
* Make `ServicesException` and `TurfException` unchecked exceptions
8+
59
### v2.0.0-beta.2
610

711
* Mapbox Navigation SDK

mapbox/libandroid-telemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ public void initialize(@NonNull Context context, @NonNull String accessToken,
103103
initialize(context, accessToken, userAgent);
104104
}
105105

106-
/*
107-
* Temporary: re-added only for CI purposes
108-
*/
109-
public void initialize(@NonNull Context context, @NonNull String accessToken,
110-
@NonNull LocationEngine locationEngine) {
111-
initialize(context, accessToken, "userAgent", locationEngine);
112-
}
113-
114106
/**
115107
* Initialize MapboxTelemetry.
116108
*

0 commit comments

Comments
 (0)