Tachiyomi-Extensions/src/fr/scanhentaifr/build.gradle

11 lines
217 B
Groovy
Raw Normal View History

ext {
extName = 'Scan Hentai FR'
extClass = '.ScanHentaiFR'
themePkg = 'madara'
baseUrl = 'https://scan-hentai.fr'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"