summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2017-10-10 17:35:33 -0700
committerLangston Smith <langston.smith@mapbox.com>2017-10-10 17:35:33 -0700
commit3a3f913c376c1afbe22fe832bd7182a01bb1d423 (patch)
tree722adae41324564b18f51639efef3aaaff7b08d1
parent6f8fc8d4f55ac5c6b12a22754d2202ef5d156b37 (diff)
downloadqtlocation-mapboxgl-3a3f913c376c1afbe22fe832bd7182a01bb1d423.tar.gz
snapshot info tweak
-rw-r--r--platform/android/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 803cf54d53..65ba20674a 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -18,8 +18,10 @@ Alright. So, actually, you may be in the wrong place. From here on in, this READ
#### Using the SDK snapshot
-Instead of using the latest stable release of the Mapbox Android SDK, you can use the nightly build/"snapshot" or the beta version if there is one available. 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:
+
+
+
+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:
```java
// Mapbox SDK dependency