Remove MyToon (#7154)

remove
This commit is contained in:
dngonz 2025-01-13 14:02:17 +01:00 committed by Draff
parent 8dfcf0cea7
commit 39cd7eb03f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 15 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'My Toon'
extClass = '.MyToon'
themePkg = 'zbulu'
baseUrl = 'https://mytoon.net'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mytoon
import eu.kanade.tachiyomi.multisrc.zbulu.Zbulu
class MyToon : Zbulu("My Toon", "https://mytoon.net", "en")