
Restored back to default Madara behavior - this will make it so the "Chapters have been replaced for better quality." banner isn't read as an image.
15 lines
275 B
Groovy
15 lines
275 B
Groovy
ext {
|
|
extName = 'Toonily'
|
|
extClass = '.Toonily'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://toonily.com'
|
|
overrideVersionCode = 12
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:cookieinterceptor"))
|
|
}
|