Remove ToshiWaYume (#4013)

This commit is contained in:
Chopper 2024-07-15 02:21:38 -03:00 committed by Draff
parent 3c13e2f1ec
commit a1b627001f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Toshi wa Yume'
extClass = '.ToshiWaYume'
themePkg = 'foolslide'
baseUrl = 'https://leitoronline.toshiwayume.com.br'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

View File

@ -1,9 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.toshiwayume
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
class ToshiWaYume : FoolSlide(
"Toshi wa Yume",
"https://leitoronline.toshiwayume.com.br",
"pt-BR",
)