10 lines
186 B
Groovy
10 lines
186 B
Groovy
ext {
|
|
extName = 'EZmanga'
|
|
extClass = '.EZmanga'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://ezmanga.net'
|
|
overrideVersionCode = 34
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|