Skip to content

Commit

Permalink
Popsmanga: Change base URL (#6996)
Browse files Browse the repository at this point in the history
* Popsmanga: Change base URL

* Popsmanga: Bump version code to 1
  • Loading branch information
iloverabbit authored Jan 6, 2025
1 parent 8116944 commit 5f859e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/th/popsmanga/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'PopsManga'
extClass = '.PopsManga'
themePkg = 'mangathemesia'
baseUrl = 'https://www.popsmanga.com'
overrideVersionCode = 0
baseUrl = 'https://popsmanga.com'
overrideVersionCode = 1
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.Locale

class PopsManga : MangaThemesia(
"PopsManga",
"https://www.popsmanga.com",
"https://popsmanga.com",
"th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
)

0 comments on commit 5f859e2

Please sign in to comment.