Chopper 79b98463cd
SinensisScan: Update domain (#5131)
* Update domain

* Remove date format
2024-10-28 00:20:41 +00:00

10 lines
210 B
Groovy

ext {
extName = 'Sinensis Scan'
extClass = '.SinensisScan'
themePkg = 'peachscan'
baseUrl = 'https://sinensis.leitorweb.com'
overrideVersionCode = 39
}
apply from: "$rootDir/common.gradle"