2025-01-11 17:06:55 -03:00
|
|
|
ext {
|
|
|
|
extName = 'AnimesBr'
|
|
|
|
extClass = '.AnimesBr'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://animesbr.tv'
|
|
|
|
overrideVersionCode = 1
|
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2025-01-11 17:06:55 -03:00
|
|
|
implementation(project(":lib:vidmoly-extractor"))
|
|
|
|
}
|