
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
188 B
Groovy
10 lines
188 B
Groovy
ext {
|
|
extName = 'Manga-TR'
|
|
extClass = '.MangaTR'
|
|
themePkg = 'fmreader'
|
|
baseUrl = 'https://manga-tr.com'
|
|
overrideVersionCode = 3
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|