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