Kiryuu: update domain (#6255)
This commit is contained in:
parent
989279dca6
commit
83bdb4d9b4
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Kiryuu'
|
extName = 'Kiryuu'
|
||||||
extClass = '.Kiryuu'
|
extClass = '.Kiryuu'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://kiryuu.org'
|
baseUrl = 'https://kiryuu.one'
|
||||||
overrideVersionCode = 8
|
overrideVersionCode = 9
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -9,7 +9,7 @@ import org.jsoup.nodes.Document
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu.org", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
class Kiryuu : MangaThemesia("Kiryuu", "https://kiryuu.one", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||||
// Formerly "Kiryuu (WP Manga Stream)"
|
// Formerly "Kiryuu (WP Manga Stream)"
|
||||||
override val id = 3639673976007021338
|
override val id = 3639673976007021338
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue