stevenyomi 205d95cc07 Migrate to lib-multisrc ()
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00

11 lines
211 B
Groovy

ext {
extName = 'Gekkou Scans'
extClass = '.GekkouScans'
themePkg = 'madara'
baseUrl = 'https://gekkou.site'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"