From 73837569601997c4e973d2d870fda0c4541312ff Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Fri, 18 Feb 2022 21:48:50 +0300 Subject: [PATCH] Dev --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1797da..1f8a983 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Circular progress bar, supports animations and indeterminate mode, highly custom Step 1. Add it in your root build.gradle at the end of repositories: ```gradle allprojects { - ... + repositories { - ... + maven { url 'https://jitpack.io' } } } @@ -21,9 +21,9 @@ allprojects { or in settings.gradle file: ```gradle dependencyResolutionManagement { - ... + repositories { - ... + maven { url 'https://jitpack.io' } } }