forked from Kohi-den/extensions-source
feat(src/pt): New Source: AnimesOnlineCloud (#52)
This commit is contained in:
parent
7f24d9dbdf
commit
7558a7822c
7 changed files with 178 additions and 0 deletions
14
src/pt/animesonlinecloud/build.gradle
Normal file
14
src/pt/animesonlinecloud/build.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
ext {
|
||||
extName = 'AnimesOnlineCloud'
|
||||
extClass = '.AnimesOnlineCloud'
|
||||
themePkg = 'dooplay'
|
||||
baseUrl = 'https://animesonline.cloud/'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:blogger-extractor"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue