feat(pt/animesdrive): New source pt/AnimesDrive (close #228) (#521)

This commit is contained in:
WebDitto 2025-01-11 14:21:06 -03:00 committed by GitHub
parent 527dc0e0cd
commit 8d6cb4d959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,14 @@
ext {
extName = 'AnimesDrive'
extClass = '.AnimesDrive'
themePkg = 'dooplay'
baseUrl = 'https://animesdrive.blog'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:blogger-extractor"))
}