fix(pt/animeszone): Removed dead source Animes Zone (#606)

This commit is contained in:
WebDitto 2025-02-01 13:57:45 -03:00 committed by GitHub
parent 41e37c016f
commit a0ec79cd9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 0 additions and 840 deletions

View file

@ -1,12 +0,0 @@
ext {
extName = 'AnimesZone'
extClass = '.AnimesZone'
extVersionCode = 8
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dood-extractor'))
}