diff --git a/src/pt/ghostscan/build.gradle b/src/pt/ghostscan/build.gradle index 95c94c42c..cbb76783f 100644 --- a/src/pt/ghostscan/build.gradle +++ b/src/pt/ghostscan/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'Ghost Scan' extClass = '.GhostScan' themePkg = 'madara' - baseUrl = 'https://ghostscan.com.br' - overrideVersionCode = 0 + baseUrl = 'https://ghostscan.xyz' + overrideVersionCode = 1 isNsfw = true } diff --git a/src/pt/ghostscan/src/eu/kanade/tachiyomi/extension/pt/ghostscan/GhostScan.kt b/src/pt/ghostscan/src/eu/kanade/tachiyomi/extension/pt/ghostscan/GhostScan.kt index 577fac127..35bd963d9 100644 --- a/src/pt/ghostscan/src/eu/kanade/tachiyomi/extension/pt/ghostscan/GhostScan.kt +++ b/src/pt/ghostscan/src/eu/kanade/tachiyomi/extension/pt/ghostscan/GhostScan.kt @@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit class GhostScan : Madara( "Ghost Scan", - "https://ghostscan.com.br", + "https://ghostscan.xyz", "pt-BR", SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR")), ) {