Chopper 074a0d7563
Update domain (#9371)
* Update domain

* Add more updates

* Add more updates
2025-07-25 05:47:28 +01:00

11 lines
216 B
Groovy

ext {
extName = 'Eros Scans'
extClass = '.ErosScans'
themePkg = 'mangathemesia'
baseUrl = 'https://erosvoid.xyz'
overrideVersionCode = 4
isNsfw = false
}
apply from: "$rootDir/common.gradle"