Vetle Ledaal 01e2f9db9f Add L Scans ()
* Add L Scans

* isNsfw = false

* lint
2024-06-03 05:43:47 +01:00

11 lines
201 B
Groovy

ext {
extName = 'L Scans'
extClass = '.LScans'
themePkg = 'madara'
baseUrl = 'https://lscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"