
* 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
200 B
Groovy
10 lines
200 B
Groovy
ext {
|
|
extName = 'Asura Scans'
|
|
extClass = '.AsuraScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://asuratoon.com'
|
|
overrideVersionCode = 3
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|