2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Animenosub'
|
|
|
|
extClass = '.Animenosub'
|
|
|
|
themePkg = 'animestream'
|
|
|
|
baseUrl = 'https://animenosub.com'
|
2024-08-19 11:12:51 -06:00
|
|
|
overrideVersionCode = 6
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|