
* trim description * don't add anything to url if source disabled it * early extract random part when browsing * cache in preference for webview url * fix * new titles fix where no random part * bump * KingOfManga update url * bump luminous too * move preference title & summary to intl
10 lines
206 B
Groovy
10 lines
206 B
Groovy
ext {
|
|
extName = 'King Of Manga'
|
|
extClass = '.KingOfManga'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://king-ofmanga.com'
|
|
overrideVersionCode = 4
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|