11 lines
238 B
Groovy
11 lines
238 B
Groovy
ext {
|
|
extName = 'Lunar Scans Hentai'
|
|
extClass = '.LunarScansHentai'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://hentai.lunarscans.fr'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|