Skip to content

Commit

Permalink
InfernalVoidScans: update domain (#5235)
Browse files Browse the repository at this point in the history
* InfernalVoidScans: update domain

* Update build.gradle
  • Loading branch information
milomg authored and cuong-tran committed Sep 27, 2024
1 parent 74f3cc5 commit 06e59a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/infernalvoidscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 06e59a9

Please sign in to comment.