DemonSect(Seita Celestial): update icons and extension name (#4891)
* Rename "DemonSect" as "Seita Celestial", update logos * Rename File name to: "SeitaCelestial"
|
@ -1,9 +1,9 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Demon Sect'
|
extName = 'Seita Celestial'
|
||||||
extClass = '.DemonSect'
|
extClass = '.SeitaCelestial'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://seitacelestial.com'
|
baseUrl = 'https://seitacelestial.com'
|
||||||
overrideVersionCode = 16
|
overrideVersionCode = 17
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 18 KiB |
|
@ -9,14 +9,14 @@ import okhttp3.OkHttpClient
|
||||||
import rx.Observable
|
import rx.Observable
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class DemonSect : MangaThemesia(
|
class SeitaCelestial : MangaThemesia(
|
||||||
"Demon Sect",
|
"Seita Celestial",
|
||||||
"https://seitacelestial.com",
|
"https://seitacelestial.com",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
"/comics",
|
"/comics",
|
||||||
) {
|
) {
|
||||||
|
|
||||||
// Changed their name from Prisma Scans to Demon Sect.
|
// They changed their name from Prisma Scans to Demon Sect and now to Celestial Sect.
|
||||||
override val id: Long = 8168108118738519332
|
override val id: Long = 8168108118738519332
|
||||||
|
|
||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|