From 814c1ee26890b8d27c2ccdafd5472bc73456d3c3 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Mon, 5 Mar 2018 17:58:57 -0800 Subject: changed compile to implementation --- platform/android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1