Change Url SummerToon "tr" (#1511)

This commit is contained in:
mohamedotaku 2024-02-25 16:33:58 +01:00 committed by Draff
parent 8870ff3569
commit 01371a728a
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'SummerToon'
extClass = '.SummerToon'
themePkg = 'mangathemesia'
baseUrl = 'https://summertoon.com'
overrideVersionCode = 0
baseUrl = 'https://summertoon.net'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -7,7 +7,7 @@ import java.util.Locale
class SummerToon : MangaThemesia(
"SummerToon",
"https://summertoon.com",
"https://summertoon.net",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {