From ccdc2122413e3c5ab9376b963ba97653c5412584 Mon Sep 17 00:00:00 2001 From: J A Y <54902986+zzjjaayy@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:51:20 +0530 Subject: [PATCH] Updated readme - new way to import lib --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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' } + } } ```