From 4e4f1e6be6158838f33f72c45bc3bef3b8c29c59 Mon Sep 17 00:00:00 2001 From: Hatzen Date: Fri, 23 Jul 2021 11:32:55 +0200 Subject: [PATCH] update readme for new dependency management --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7393f0..653ee83 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ To use the FancyAccordionView in your project follow this steps. ### 3.1 Add the library as a dependency 1. in **Project level `build.gradle`** add this repository ```gradle - maven { url 'https://dl.bintray.com/sysdata/maven' } + maven { url "https://jitpack.io" } ``` 2. in your **App level `build.gradle`** add this dependency ```gradle - implementation 'it.sysdata.mobile:fancyaccordionview:1.0.1' + implementation 'com.github.SysdataSpA:FancyAccordionView:1.0.0' ``` ### 3.2 Add FancyAccordionView to your layout