Chopper 0b1efd70bd
YaoiFanClub: Fix webview (#5064)
Fix webview - age validation
2024-09-15 20:42:59 +01:00

11 lines
224 B
Groovy

ext {
extName = 'Yaoi Fan Club'
extClass = '.YaoiFanClub'
themePkg = 'zeistmanga'
baseUrl = 'https://www.yaoifanclub.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"