* add lectormonline * add webview methods * review * move to factory * wut * move to multisrc * move iconcs to multisrc
11 lines
235 B
Groovy
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"
|