forked from AlmightyHak/extensions-source
16 lines
No EOL
365 B
Groovy
16 lines
No EOL
365 B
Groovy
ext {
|
|
extName = 'GoAnimes'
|
|
extClass = '.GoAnimes'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://goanimes.net'
|
|
overrideVersionCode = 17
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:playlist-utils"))
|
|
implementation(project(":lib:blogger-extractor"))
|
|
implementation(libs.jsunpacker)
|
|
} |