Skip to content

Commit

Permalink
Updating Read me File
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianekremcht authored Nov 23, 2020
1 parent 3a1b55e commit d7b7be6
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
# UrlPreviewer
URL Previewer Library For Android built in Kotlin
URL Previewer Library For Android built in Kotlin.
[![](https://jitpack.io/v/SoufianeKreX/UrlPreviewer.svg)](https://jitpack.io/#SoufianeKreX/UrlPreviewer)


#### Import using Gradle
## Gradle Dependency

for android studio 3.x

add this to app level build gradle file

~~~gradle
compile 'com.soufianekre:urlpreviewer:1.0.0'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
~~~

for android studio 3.x

add this to your module build gradle file

~~~gradle
implementation 'com.soufianekre:urlpreviewer:1.0.0'
dependencies {
implementation 'com.github.SoufianeKreX:UrlPreviewer:version'
}
~~~

## The basics

First, Add this file to your xml layout folder :

0 comments on commit d7b7be6

Please sign in to comment.