parent
9c152bb303
commit
f189ddfa55
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Asura Scans'
|
extName = 'Asura Scans'
|
||||||
extClass = '.AsuraScans'
|
extClass = '.AsuraScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://asuratoon.com'
|
baseUrl = 'https://asuracomic.net'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -11,7 +11,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class AsuraScans : MangaThemesiaAlt(
|
class AsuraScans : MangaThemesiaAlt(
|
||||||
"Asura Scans",
|
"Asura Scans",
|
||||||
"https://asuratoon.com",
|
"https://asuracomic.net",
|
||||||
"en",
|
"en",
|
||||||
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US),
|
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US),
|
||||||
randomUrlPrefKey = "pref_permanent_manga_url_2_en",
|
randomUrlPrefKey = "pref_permanent_manga_url_2_en",
|
||||||
|
|
Loading…
Reference in New Issue