diff --git a/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/MainActivity.java b/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/MainActivity.java index d4d40f0c1..5c2c76d4f 100644 --- a/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/MainActivity.java +++ b/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/MainActivity.java @@ -404,7 +404,7 @@ private void listItems(int id) { R.string.activity_plugins_geojson_plugin_title, R.string.activity_plugins_geojson_plugin_description, new Intent(MainActivity.this, GeoJsonPluginActivity.class), - R.string.activity_plugins_geojson_plugin_url, true, BuildConfig.MIN_SDK_VERSION) + R.string.activity_plugins_geojson_plugin_url, false, BuildConfig.MIN_SDK_VERSION) ); exampleItemModel.add(new ExampleItemModel( R.string.activity_plugins_marker_clusters_plugin_title, @@ -645,7 +645,7 @@ private void listItems(int id) { R.string.activity_labs_inset_map_title, R.string.activity_labs_inset_map_description, new Intent(MainActivity.this, InsetMapActivity.class), - R.string.activity_labs_inset_map_url, true, BuildConfig.MIN_SDK_VERSION)); + R.string.activity_labs_inset_map_url, false, BuildConfig.MIN_SDK_VERSION)); exampleItemModel.add(new ExampleItemModel( R.string.activity_lab_rv_symbol_layer_on_map_title, diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 6f2a6a1ff..d0d07192a 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,3 +1,3 @@ -This update is in line with the 5.1.4 release of the Mapbox Maps SDK. This release also has several bug fixes and new examples: -•How to use the new GeoJSON plugin -•How to add many images as markers \ No newline at end of file +This update is in line with the 5.2.1 release of the Mapbox Maps SDK for Android. This release also has several bug fixes and new examples: + +Issues resolved in this release: [https://github.com/mapbox/mapbox-android-demo/issues?q=is%3Aissue+milestone%3A%22Release+5.2.0%22+is%3Aclosed](https://github.com/mapbox/mapbox-android-demo/issues?q=is%3Aissue+milestone%3A%22Release+5.2.0%22+is%3Aclosed) \ No newline at end of file