Remove BoysLove (#3517)

This commit is contained in:
Chopper 2024-06-12 07:38:34 -03:00 committed by GitHub
parent a94413af93
commit 83f3c43cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 15 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'BoysLove'
extClass = '.BoysLove'
themePkg = 'madara'
baseUrl = 'https://boyslove.me'
overrideVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.boyslove
import eu.kanade.tachiyomi.multisrc.madara.Madara
class BoysLove : Madara("BoysLove", "https://boyslove.me", "en")