Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
}
}
```

Expand Down