Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaguragit authored Mar 28, 2021
1 parent a9a853c commit 5810468
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Loader
A library to load text, rss, and ddg intant answers easily in android

## Installation
Add the following dependency to your ```build.gradle``` file:
```
dependencies {
implementation 'io.posidon:android.loader:0.0.1'
}
```
And also make sure that the ```jitpack.io``` repository is included
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

0 comments on commit 5810468

Please sign in to comment.