Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianekremcht authored Nov 23, 2020
1 parent d7b7be6 commit c105351
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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'
}
~~~

Expand Down

0 comments on commit c105351

Please sign in to comment.