14 lines
280 B
Groovy
14 lines
280 B
Groovy
ext {
|
|
extName = 'AniSAGA'
|
|
extClass = '.AniSAGA'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://www.anisaga.org'
|
|
overrideVersionCode = 19
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:chillx-extractor"))
|
|
}
|