mrtear 588b4d8bf4
Add Razure (#10639)
* razure

* oops

* manga selector
2025-10-03 00:00:20 +01:00

11 lines
207 B
Groovy

ext {
extName = 'Razure'
extClass = '.Razure'
themePkg = 'mangathemesia'
baseUrl = 'https://razure.org'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"