
* fix images * replace substring with regexp * change approach * use kotlinx.seriaze intead of replace for json * update comment
10 lines
175 B
Groovy
10 lines
175 B
Groovy
ext {
|
|
extName = 'Vortex Scans'
|
|
extClass = '.VortexScans'
|
|
themePkg = 'iken'
|
|
overrideVersionCode = 36
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|