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 {
|
||||
extName = 'Demon Sect'
|
||||
extClass = '.DemonSect'
|
||||
extName = 'Seita Celestial'
|
||||
extClass = '.SeitaCelestial'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://seitacelestial.com'
|
||||
overrideVersionCode = 16
|
||||
overrideVersionCode = 17
|
||||
}
|
||||
|
||||
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 java.util.concurrent.TimeUnit
|
||||
|
||||
class DemonSect : MangaThemesia(
|
||||
"Demon Sect",
|
||||
class SeitaCelestial : MangaThemesia(
|
||||
"Seita Celestial",
|
||||
"https://seitacelestial.com",
|
||||
"pt-BR",
|
||||
"/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 client: OkHttpClient = super.client.newBuilder()
|