* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
278 B
Groovy
10 lines
278 B
Groovy
ext {
|
|
extName = 'Read Nanatsu no Taizai 7 Deadly Sins Manga Online'
|
|
extClass = '.ReadNanatsuNoTaizai7DeadlySinsMangaOnline'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww3.read7deadlysins.com'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|