summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2017-10-10 18:15:53 -0700
committerLangston Smith <langston.smith@mapbox.com>2017-10-10 18:15:53 -0700
commit08922108072a22a7436c75ca6400bd77d9c3dca9 (patch)
treef0e421fd3202a4801e3a54e70b2d5fedd62de6bc
parent16dff9e79a3ea8d66f26713bbfe3467fc07dc712 (diff)
downloadqtlocation-mapboxgl-upstream/ls-readme-updates.tar.gz
-rw-r--r--platform/android/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index eb9cb1b1b0..6797b9a770 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -22,8 +22,8 @@ mapbox-gl-native > platform > android
Once you open it in Android Studio and switch to the Android view in the left-hand sidebar, you should see the `MapboxGLAndroidSDK` and `MapboxGLAndroidSDKTestApp` folders.
-
Alternatively, you can use the Terminal application to open the project in Android Studio. Open your Terminal application, navigate to this repository's root folder, and run the `make aproj` command.
+
#### Using the SDK snapshot
Instead of using the latest stable release of the Mapbox Android SDK, you can use a "snapshot" or the beta version if there is one available. Our snapshots are built every time a Github pull request adds code to this repository's `master` branch. If you'd like to use a snapshot build, your Android project's gradle file should have -SNAPSHOT appended to the SDK version number. For example `5.2.0-SNAPSHOT` or:
@@ -44,7 +44,6 @@ allprojects {
}
```
-
### Setup environment
**These instructions are for developers interested in making code-level contributions to the SDK itself. If you instead want to use the SDK in your app, see above.**