URL change CopyPasteScan (#1250)
This commit is contained in:
parent
988be5901b
commit
42caf828c1
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'CopyPasteScan'
|
||||
extClass = '.CopyPasteScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://copypastescan.xyz'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://www.cpscan.xyz'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.es.copypastescan
|
|||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class CopyPasteScan : Madara("CopyPasteScan", "https://copypastescan.xyz", "es")
|
||||
class CopyPasteScan : Madara("CopyPasteScan", "https://www.cpscan.xyz", "es")
|
||||
|
|
Loading…
Reference in New Issue