stevenyomi 15cc2c886d
Add workaround buttons for The Blank Scanlation (#10219)
* Add workaround buttons for The Blank Scanlation

* refactor

* Update instructions
2025-10-02 23:59:02 +01:00

15 lines
279 B
Groovy

ext {
extName = 'The Blank Scanlation'
extClass = '.TheBlank'
themePkg = 'madara'
baseUrl = 'https://theblank.net'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation project(':lib:randomua')
}