feat(src/pt): New Source: AnimesOnlineCloud (#52)

This commit is contained in:
WebDitto 2024-07-16 02:06:27 -03:00 committed by GitHub
parent 7f24d9dbdf
commit 7558a7822c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 178 additions and 0 deletions

View 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"))
}