Skip to content

Commit

Permalink
DrakeScans: Update domain (#4017)
Browse files Browse the repository at this point in the history
Update domain
  • Loading branch information
choppeh committed Jul 15, 2024
1 parent bd3cc0c commit 37279a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/drakescans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Drake Scans'
extClass = '.DrakeScans'
themePkg = 'mangathemesia'
baseUrl = 'https://drake-scans.com'
overrideVersionCode = 12
baseUrl = 'https://drakecomic.com'
overrideVersionCode = 13
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit

class DrakeScans : MangaThemesia(
"Drake Scans",
"https://drake-scans.com",
"https://drakecomic.com",
"en",
) {
// madara -> mangathemesia
Expand Down

0 comments on commit 37279a5

Please sign in to comment.