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'
extClass = '.DemonSect'
themePkg = 'mangathemesia'
baseUrl = 'https://dsectcomics.org'
overrideVersionCode = 15
baseUrl = 'https://seitacelestial.com'
overrideVersionCode = 16
}
apply from: "$rootDir/common.gradle"

View File

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