From c1053510e1d459225ec421733f971f005c69bd6a Mon Sep 17 00:00:00 2001 From: SoufianeKreX <57670252+SoufianeKreX@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:05:17 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e9706e1..ad0c823 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # UrlPreviewer URL Previewer Library For Android built in Kotlin. + [![](https://jitpack.io/v/SoufianeKreX/UrlPreviewer.svg)](https://jitpack.io/#SoufianeKreX/UrlPreviewer) @@ -11,19 +12,18 @@ add this to app level build gradle file ~~~gradle allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } + repositories { + ... + maven { url 'https://jitpack.io' } } +} ~~~ - -add this to your module build gradle file +Add this to your module build gradle file ~~~gradle dependencies { - implementation 'com.github.SoufianeKreX:UrlPreviewer:version' + implementation 'com.github.SoufianeKreX:UrlPreviewer:version' } ~~~