diff --git a/docs/getting-started.md b/docs/getting-started.md index 0cf2611e7..b5eca1a9f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -31,7 +31,7 @@ repositories { } dependencies { - debugCompile 'com.facebook.sonar:sonar:0.0.1' + debugImplementation 'com.facebook.sonar:sonar:0.0.1' } ```