Skip to content

Commit

Permalink
fixed readme to download from maven central.
Browse files Browse the repository at this point in the history
  • Loading branch information
st235 committed Feb 6, 2021
1 parent 085ce1a commit bd582f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Its really easy integrate to your project

__Important: library was migrated from JCenter to MavenCentral__

It means that it may be necessary to add __mavenCentral__ repository to your repositories list

```groovy
allprojects {
repositories {
// your repositories
mavenCentral()
}
}
```

- Maven

```text
Expand Down

0 comments on commit bd582f3

Please sign in to comment.