Skip to content

Commit

Permalink
update domains (#6483)
Browse files Browse the repository at this point in the history
  • Loading branch information
buidai123 authored and cuong-tran committed Dec 6, 2024
1 parent ca04d9f commit 385dbd1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/all/thunderscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.ThunderScansFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://en-thunderscans.com'
overrideVersionCode = 6
overrideVersionCode = 7
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
) {
Expand Down
4 changes: 2 additions & 2 deletions src/en/resetscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
) {
Expand Down

0 comments on commit 385dbd1

Please sign in to comment.