10 lines
187 B
Groovy
10 lines
187 B
Groovy
ext {
|
|
extName = 'Foy Scan'
|
|
extClass = '.FoyScan'
|
|
themePkg = 'mangaesp'
|
|
baseUrl = 'https://foyscan.xyz'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|