Skip to content

Commit 9385559

Browse files
author
Langston Smith
authored
Bumped Maps SDK to 9.2.0 (#1127)
1 parent a888ff3 commit 9385559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/java/com/mapbox/mapboxsdk/plugins/testapp/activity/annotation/FillActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ protected void onCreate(Bundle savedInstanceState) {
4848

4949
mapboxMap.moveCamera(CameraUpdateFactory.zoomTo(2));
5050

51+
fillManager = new FillManager(mapView, mapboxMap, style);
5152
fillManager.addClickListener(fill -> {
5253
Toast.makeText(FillActivity.this,
5354
String.format("Fill clicked %s with title: %s", fill.getId(), getTitleFromFill(fill)),

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
]
88

99
version = [
10-
mapboxMapSdk : '9.1.0',
10+
mapboxMapSdk : '9.2.0',
1111
mapboxJava : '5.2.1',
1212
mapboxTurf : '5.2.1',
1313
playLocation : '16.0.0',

0 commit comments

Comments
 (0)