bapeey 49ab904eaa
MiauScan: Update domain (#5669)
* update domain

* bump
2024-10-28 00:21:11 +00:00

10 lines
202 B
Groovy

ext {
extName = 'Miau Scan'
extClass = '.MiauScanFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://zonamiau.com'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"