From 1be373a7f47cfa89ceefd7fd8c67a559b67635ef Mon Sep 17 00:00:00 2001 From: mejdi hafiane Date: Tue, 14 Apr 2020 16:14:10 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 293d3b0..e6d1fc2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,28 @@ - +## Installation + +Add this in your root `build.gradle` file (**not** your module `build.gradle` file): + +```gradle +allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } +} +``` +## Dependency + +Add this to your module's `build.gradle` file (make sure the version matches the JitPack badge above): + +```gradle +dependencies { + ... + implementation 'com.github.mejdi14:Flat-Dialog-Android:1.0.4' +} +``` ## 🤝 Contributing Contributions, issues and feature requests are welcome.