From 08922108072a22a7436c75ca6400bd77d9c3dca9 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Tue, 10 Oct 2017 18:15:53 -0700 Subject: small tweak --- platform/android/README.md | 3 +-- 1 file changed, 1 insertion(+), 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.** -- cgit v1.2.1