bapeey 1f160d3352
Add LectorJPG (#5258)
* lectorjpg

* nsfw
2024-10-28 00:20:42 +00:00

11 lines
210 B
Groovy

ext {
extName = 'LectorJPG'
extClass = '.LectorJpg'
themePkg = 'mangaesp'
baseUrl = 'https://lectorjpg.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"