Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
leoxshn committed Mar 28, 2021
2 parents d46d3c3 + 5810468 commit 8b75f19
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 8b75f19

Please sign in to comment.