From d54715286c52f850e0b4244564fdf110fa9918d5 Mon Sep 17 00:00:00 2001 From: mejdi14 Date: Wed, 16 Oct 2019 23:02:12 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d33d49e..23a8883 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Flat-Dialog [![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com) -[![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=plastic)](https://android-arsenal.com/api?level=15) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html) [![](https://jitpack.io/v/mejdi14/Flat-Dialog.svg)](https://jitpack.io/#mejdi14/Flat-Dialog) + + +## Prerequisites + +Add this in your root `build.gradle` file (**not** your module `build.gradle` file): + +```gradle +allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } +} +```