From 0dd93cfcb170203a5747e7be200f71f5c5f3be27 Mon Sep 17 00:00:00 2001 From: Alexey Mostovoy Date: Fri, 1 May 2020 14:44:59 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d5940e7..ed628ea2 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This fork was made in order to migrate the library to AndroidX. Add-ons and upda Add to _build.gradle_: ```groovy allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } + repositories { + ... + maven { url 'https://jitpack.io' } } +} ``` Add the dependency ```groovy