Skip to content

Commit

Permalink
Manhwalist: Fix domain (#7153)
Browse files Browse the repository at this point in the history
* fix domain

* fix gradle
  • Loading branch information
dngonz authored Jan 13, 2025
1 parent ef4b9fb commit 1eba2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/id/manhwalistid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Manhwa List'
extClass = '.ManhwaList'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwalist.in'
overrideVersionCode = 2
baseUrl = 'https://manhwalist.xyz'
overrideVersionCode = 3
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import okhttp3.OkHttpClient

class ManhwaList : MangaThemesia(
"Manhwa List",
"https://manhwalist.in",
"https://manhwalist.xyz",
"id",
) {
override val client: OkHttpClient = super.client.newBuilder()
Expand Down

0 comments on commit 1eba2ae

Please sign in to comment.