From bd582f3bfef45451db594bf2cea4887b4c8b1a40 Mon Sep 17 00:00:00 2001 From: Alexander Dadukin Date: Sat, 6 Feb 2021 09:31:02 +0200 Subject: [PATCH] fixed readme to download from maven central. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e665cc..3f4028d 100644 --- a/README.md +++ b/README.md @@ -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