
* lectormoe * lectorjpg * wrong branch This reverts commit b957d5d68827066b913704c5f6c73a5785f75d42.
11 lines
219 B
Groovy
11 lines
219 B
Groovy
ext {
|
|
extName = 'Senshi Manga'
|
|
extClass = '.SenshiManga'
|
|
themePkg = 'lectormoe'
|
|
baseUrl = 'https://visorsenshi.com'
|
|
overrideVersionCode = 5
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|