parent
29a8d5ead9
commit
59a640e696
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Shinigami'
|
extName = 'Shinigami'
|
||||||
extClass = '.Shinigami'
|
extClass = '.Shinigami'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://shinigamitoon.com'
|
baseUrl = 'https://s1.shinigami.cx'
|
||||||
overrideVersionCode = 16
|
overrideVersionCode = 17
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -12,7 +12,7 @@ import kotlinx.serialization.decodeFromString
|
||||||
import org.jsoup.nodes.Document
|
import org.jsoup.nodes.Document
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class Shinigami : Madara("Shinigami", "https://shinigamitoon.com", "id") {
|
class Shinigami : Madara("Shinigami", "https://s1.shinigami.cx", "id") {
|
||||||
// moved from Reaper Scans (id) to Shinigami (id)
|
// moved from Reaper Scans (id) to Shinigami (id)
|
||||||
override val id = 3411809758861089969
|
override val id = 3411809758861089969
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue