2024-06-03 05:43:24 +01:00

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"