InfernalVoidScans: update domain (#5235)
* InfernalVoidScans: update domain * Update build.gradle
This commit is contained in:
parent
3e2037df5a
commit
39cbf99fa5
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Infernal Void Scans'
|
extName = 'Infernal Void Scans'
|
||||||
extClass = '.InfernalVoidScans'
|
extClass = '.InfernalVoidScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://hivetoon.com'
|
baseUrl = 'https://hivetoon.net'
|
||||||
overrideVersionCode = 8
|
overrideVersionCode = 9
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -7,7 +7,7 @@ import okhttp3.Request
|
||||||
|
|
||||||
class InfernalVoidScans : MangaThemesia(
|
class InfernalVoidScans : MangaThemesia(
|
||||||
"Infernal Void Scans",
|
"Infernal Void Scans",
|
||||||
"https://hivetoon.com",
|
"https://hivetoon.net",
|
||||||
"en",
|
"en",
|
||||||
) {
|
) {
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
|
|
Loading…
Reference in New Issue