summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2019-04-04 16:04:56 -0700
committerlangsmith <langstonlmcs@gmail.com>2019-04-04 16:04:56 -0700
commit6068e02022188b4ca5a8db0117ac39b57c8e418a (patch)
tree50434fa7f2eb9a10916686a95c69f56e3f92665a
parent1a5b933983d5b30b7a2947bbdf152122c38e11c1 (diff)
downloadqtlocation-mapboxgl-upstream/ls-android-maps-sdk-name-tweaks.tar.gz
[android] small naming tweaks made to mention of Android Maps SDKupstream/ls-android-maps-sdk-name-tweaks
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--platform/android/tests/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f996a17730..d9b1f03f88 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ If you want to contribute code:
1. Ensure that existing [pull requests](https://github.com/mapbox/mapbox-gl-native/pulls) and [issues](https://github.com/mapbox/mapbox-gl-native/issues) don’t already cover your contribution or question.
1. Pull requests are gladly accepted. If there are any changes that developers using one of the GL SDKs should be aware of, please update the **master** section of the relevant changelog(s):
- * [Mapbox Android SDK](platform/android/CHANGELOG.md)
+ * [Mapbox Maps SDK for Android](platform/android/CHANGELOG.md)
* [Mapbox Maps SDK for iOS](platform/ios/CHANGELOG.md)
* [Mapbox Maps SDK for macOS](platform/macos/CHANGELOG.md)
* [node-mapbox-gl-native](platform/node/CHANGELOG.md)
diff --git a/platform/android/tests/README.md b/platform/android/tests/README.md
index 8c4d29e831..0d1eb7dea2 100644
--- a/platform/android/tests/README.md
+++ b/platform/android/tests/README.md
@@ -1,7 +1,7 @@
# Mapbox GL Android Test documentation
## Testing
-We currently support the following types of testing on the Mapbox Android SDK:
+We currently support the following types of testing on the Mapbox Maps SDK for Android:
- [Unit tests](docs/UNIT_TESTS.md) using [JUnit](http://developer.android.com/tools/testing-support-library/index.html#AndroidJUnitRunner)
- [UI tests](docs/UI_TESTS.md) using [Espresso](http://developer.android.com/tools/testing-support-library/index.html#Espresso)