Chopper 611cf69a39 FRScan: Fix pages loading (#3230)
* Fix pages loading

* Change group name

* Remove variable

* Remove parseAs function and add page url
2024-06-03 05:44:48 +01:00

10 lines
183 B
Groovy

ext {
extName = 'FR-Scan'
extClass = '.FRScan'
themePkg = 'madara'
baseUrl = 'https://fr-scan.com'
overrideVersionCode = 6
}
apply from: "$rootDir/common.gradle"