update domains (#6483)

This commit is contained in:
Bui Dai 2024-12-06 03:48:18 +07:00 committed by Draff
parent 23a4a22ad1
commit 3b8e3cf5bd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ThunderScansFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://en-thunderscans.com'
overrideVersionCode = 6
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View File

@ -14,7 +14,7 @@ class ThunderScansFactory : SourceFactory {
class LavaScans : MangaThemesiaAlt(
"Lava Scans",
"https://lavascans.com",
"https://lavatoons.com",
"ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
) {

View File

@ -2,8 +2,8 @@ ext {
extName = 'Reset Scans'
extClass = '.ResetScans'
themePkg = 'madara'
baseUrl = 'https://rspro.xyz'
overrideVersionCode = 8
baseUrl = 'https://reset-scans.co'
overrideVersionCode = 9
isNsfw = false
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class ResetScans : Madara(
"Reset Scans",
"https://rspro.xyz",
"https://reset-scans.co",
"en",
dateFormat = SimpleDateFormat("MMM dd", Locale.US),
) {