SummerToon: update domain (#2055)

* SummerToon: update domain

* isNsfw = false
This commit is contained in:
Vetle Ledaal 2024-03-23 16:13:03 +00:00 committed by Draff
parent 3c6449bf24
commit 02d7019b46
2 changed files with 4 additions and 3 deletions

View File

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

View File

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