InfernalVoidScans: update domain (#5235)

* InfernalVoidScans: update domain

* Update build.gradle
This commit is contained in:
Milo Mighdoll 2024-09-26 14:24:21 -04:00 committed by Draff
parent 3e2037df5a
commit 39cbf99fa5
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Infernal Void Scans'
extClass = '.InfernalVoidScans'
themePkg = 'mangathemesia'
baseUrl = 'https://hivetoon.com'
overrideVersionCode = 8
baseUrl = 'https://hivetoon.net'
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"

View File

@ -7,7 +7,7 @@ import okhttp3.Request
class InfernalVoidScans : MangaThemesia(
"Infernal Void Scans",
"https://hivetoon.com",
"https://hivetoon.net",
"en",
) {
override val client = super.client.newBuilder()