Remove SDLScans (#2650)

This commit is contained in:
bapeey 2024-04-29 05:37:08 -05:00 committed by Draff
parent 07c41e78fb
commit d4bdbbe059
7 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Sdl scans'
extClass = '.SdlScans'
themePkg = 'madara'
baseUrl = 'https://sdlscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.es.sdlscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class SdlScans : Madara("Sdl scans", "https://sdlscans.com", "es", SimpleDateFormat("MMMMM dd, yyyy", Locale("es")))