15 lines
293 B
Groovy
15 lines
293 B
Groovy
ext {
|
|
extName = 'MangaIsekaiThai'
|
|
extClass = '.MangaIsekaiThai'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://www.mangaisekaithai.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:unpacker'))
|
|
}
|