Remove MangaChill (#5352)

This commit is contained in:
Chopper 2024-10-04 04:56:37 -03:00 committed by Draff
parent c423d85e2e
commit c24b4d6b98
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 14 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Manga Chill'
extClass = '.MangaChill'
themePkg = 'madara'
baseUrl = 'https://toonchill.com'
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangachill
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaChill : Madara("Manga Chill", "https://toonchill.com", "en")