Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
5.2.1 maps sdk release branch (#569)
Browse files Browse the repository at this point in the history
* updated whats new

* removed new icons from 2 examples
  • Loading branch information
Langston Smith authored Dec 11, 2017
1 parent 7dda338 commit 5f1c8b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -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
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)

0 comments on commit 5f1c8b8

Please sign in to comment.