summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: