Remove UltraLightScans (#3863)

This commit is contained in:
Chopper 2024-07-05 05:56:03 -03:00 committed by Draff
parent 96b4c07988
commit 0018f3d8d7
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 = 'UltraLight Scans'
extClass = '.UltraLightScans'
themePkg = 'bakkin'
baseUrl = 'https://readlight.org/'
overrideVersionCode = 0
}
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.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.ultralightscans
import eu.kanade.tachiyomi.multisrc.bakkin.BakkinReaderX
class UltraLightScans : BakkinReaderX("UltraLight Scans", "https://readlight.org/", "en")