feat(pt/animesotaku): New Source: Animes Otaku (#440)
Co-authored-by: WebDitto <webditton@proton.me>
This commit is contained in:
parent
b610a20b7f
commit
ce2611d1bd
11 changed files with 1372 additions and 0 deletions
11
src/pt/animesotaku/build.gradle
Normal file
11
src/pt/animesotaku/build.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
ext {
|
||||
extName = 'AnimesOtaku'
|
||||
extClass = '.AnimesOtaku'
|
||||
extVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:blogger-extractor"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue