WebtoonHatti: Update URL (#6880)

Update WebtoonHatti URL
This commit is contained in:
mrtear 2024-12-29 11:50:40 +05:00 committed by Draff
parent 5a3e302137
commit 31fff66ff8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Webtoon Hatti'
extClass = '.WebtoonHatti'
themePkg = 'madara'
baseUrl = 'https://webtoonhatti.dev'
overrideVersionCode = 4
baseUrl = 'https://webtoonhatti.me'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class WebtoonHatti : Madara(
"Webtoon Hatti",
"https://webtoonhatti.dev",
"https://webtoonhatti.me",
"tr",
dateFormat = SimpleDateFormat("dd MMMM", Locale("tr")),
) {