Updated Moon daisy scan domain (#9287)

* Update GhostScan.kt

* Update build.gradle

* Update MoonDaisyScans.kt

* Update build.gradle
This commit is contained in:
Zero 2025-06-18 19:30:52 +05:30 committed by Draff
parent 1b46f1f396
commit c2c4cff935
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Moon Daisy Scans' extName = 'Moon Daisy Scans'
extClass = '.MoonDaisyScans' extClass = '.MoonDaisyScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://moondaisyscans.biz' baseUrl = 'https://moondaisyscans.my'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -7,7 +7,7 @@ import java.util.Locale
class MoonDaisyScans : MangaThemesia( class MoonDaisyScans : MangaThemesia(
"Moon Daisy Scans", "Moon Daisy Scans",
"https://moondaisyscans.biz", "https://moondaisyscans.my",
"tr", "tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")), dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
) { ) {