Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 authored Nov 17, 2020
1 parent 903a214 commit f57f018
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,16 @@ Android library to parse open graph tags (ogTags) from given URL.

## Getting Started

##### Step 1. Add the JitPack repository to your Add it in your root `build.gradle` at the end of repositories:

```
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

##### Step 2. Add the dependency
##### Step 1. Add the dependency
```
dependencies {
implementation 'com.akshay.ogtagparser:ogtagparser:0.1.0'
}
```

##### Step3. Pass the URL and get the Data
##### Step 2. Pass the URL and get the Data
```
OgTagParser().execute(URL_TO_PARSE, object: LinkViewCallback {
Expand Down

0 comments on commit f57f018

Please sign in to comment.