Add readme
parent
9346104e22
commit
5a3258c13a
@ -0,0 +1,26 @@
|
|||||||
|
# Kotatsu parsers
|
||||||
|
|
||||||
|
Library that provides manga sources.
|
||||||
|
|
||||||
|
[](https://jitpack.io/#nv95/kotatsu-parsers)   [](https://discord.gg/NNJ5RgVBC5)
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
1. Add it in your root build.gradle at the end of repositories:
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
...
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Add the dependency
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.github.nv95:kotatsu-parsers:master-SNAPSHOT'
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue