Tachiyomi-Extensions/src/pt/lerhentai/build.gradle

11 lines
209 B
Groovy
Raw Normal View History

2024-05-22 05:36:27 +00:00
ext {
extName = 'Ler Hentai'
extClass = '.LerHentai'
themePkg = 'madara'
baseUrl = 'https://lerhentai.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"