10 lines
263 B
Groovy
10 lines
263 B
Groovy
ext {
|
|
extName = 'Read Attack on Titan Shingeki no Kyojin Manga'
|
|
extClass = '.ReadAttackOnTitanShingekiNoKyojinManga'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww9.readsnk.com'
|
|
overrideVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|