fix(pt): Removed dead sources (#185)

This commit is contained in:
WebDitto 2024-08-28 18:18:15 -03:00 committed by GitHub
parent dd60c16232
commit 7e6ce5e3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 0 additions and 1234 deletions

View file

@ -1,16 +0,0 @@
ext {
extName = 'GoAnimes'
extClass = '.GoAnimes'
themePkg = 'dooplay'
baseUrl = 'https://goanimes.net'
overrideVersionCode = 13
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:playlist-utils"))
implementation(project(":lib:blogger-extractor"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
}