2024-10-28 00:21:08 +00:00

15 lines
279 B
Groovy

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