DemonSect: Updated Domain (#4742)

This commit is contained in:
Pedro Azevedo 2024-08-24 23:18:17 -03:00 committed by Draff
parent edff39f57e
commit a6659a97dc
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 = 'Demon Sect' extName = 'Demon Sect'
extClass = '.DemonSect' extClass = '.DemonSect'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://dsectcomics.org' baseUrl = 'https://seitacelestial.com'
overrideVersionCode = 15 overrideVersionCode = 16
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -11,7 +11,7 @@ import java.util.concurrent.TimeUnit
class DemonSect : MangaThemesia( class DemonSect : MangaThemesia(
"Demon Sect", "Demon Sect",
"https://dsectcomics.org", "https://seitacelestial.com",
"pt-BR", "pt-BR",
"/comics", "/comics",
) { ) {