summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2018-03-05 17:58:57 -0800
committerLangston Smith <langston.smith@mapbox.com>2018-03-05 17:58:57 -0800
commit814c1ee26890b8d27c2ccdafd5472bc73456d3c3 (patch)
tree7ead862d8ff4f4256f1c96be1208331956184efb
parentaab4b971509f6f76943e2578cb13addc13ae079b (diff)
downloadqtlocation-mapboxgl-upstream/ls-android-readme-snapshot-dependency-line-cleanup.tar.gz
-rw-r--r--platform/android/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 8605b66b25..4e9d55f8c8 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -93,7 +93,7 @@ Instead of using the latest stable release of the Maps SDK for Android, you can
```java
// Mapbox SDK dependency
-compile 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-SNAPSHOT'
+implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-SNAPSHOT'
```
You also need to have the section below in your build.gradle root folder to be able to resolve the SNAPSHOT dependencies: