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'
extClass = '.MoonDaisyScans'
themePkg = 'mangathemesia'
baseUrl = 'https://moondaisyscans.biz'
overrideVersionCode = 0
baseUrl = 'https://moondaisyscans.my'
overrideVersionCode = 1
isNsfw = true
}

View File

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