diff --git a/README.md b/README.md index 23eab6f..3b539ef 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,15 @@ This library offers realtime location tracking with foreground service and integ ### Installing -Step 1. Add it in your root build.gradle at the end of repositories: +Step 1. Add it in your settings.gradle: ``` -buildscript { - repositories { +dependencyResolutionManagement { + ... + repositories { ... - maven { url 'https://jitpack.io' } - } + maven { url 'https://jitpack.io' } + } } ```