Chopper c88b8b28aa
VioletScans(ShojoScans): Update domain and rebranding (#7000)
* Update domain

* Rebranding

* Bump version

* Add id
2025-01-18 20:13:05 +00:00

11 lines
223 B
Groovy

ext {
extName = 'Violet Scans'
extClass = '.VioletScans'
themePkg = 'mangathemesia'
baseUrl = 'https://violetscans.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"