Ignis Comic: Switch to Manhuaga URL (#7421)
* Ignis Comic: Bump versionCode * Ignis Comic: Use current domain URL
This commit is contained in:
parent
32af52d14f
commit
c902a0eb3a
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Ignis Comic'
|
extName = 'Ignis Comic'
|
||||||
extClass = '.IgnisComic'
|
extClass = '.IgnisComic'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://igniscomic.com'
|
baseUrl = 'https://manhuaga.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -4,6 +4,6 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
class IgnisComic : MangaThemesia(
|
class IgnisComic : MangaThemesia(
|
||||||
"Ignis Comic",
|
"Ignis Comic",
|
||||||
"https://igniscomic.com",
|
"https://manhuaga.com",
|
||||||
"en",
|
"en",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue