10 lines
200 B
Groovy
10 lines
200 B
Groovy
ext {
|
|
extName = 'ED Scanlation'
|
|
extClass = '.EDScanlation'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://edscanlation.fr'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|