kanoou 927507b7ac
Add LectorMOnline and MangasX (#9665)
* add lectormonline

* add webview methods

* review

* move to factory

* wut

* move to multisrc

* move iconcs to multisrc
2025-07-25 05:47:29 +01:00

11 lines
235 B
Groovy

ext {
extName = 'Lector MOnline'
extClass = '.LectorMOnline'
themePkg = 'lectormonline'
baseUrl = 'https://www.lectormangas.online'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"