
* Fix pages loading * Change group name * Remove variable * Remove parseAs function and add page url
10 lines
183 B
Groovy
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"
|