Remove LaidBackScans and Astrames (#5715)
CI / Prepare job (push) Successful in 7s Details
CI / Build individual modules (push) Successful in 6m54s Details
CI / Publish repo (push) Successful in 48s Details

This commit is contained in:
Chopper 2024-10-27 04:14:20 -03:00 committed by Draff
parent dc64c90e7e
commit cb27948307
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 0 additions and 28 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'Laid Back Scans'
extClass = '.LaidBackScans'
themePkg = 'keyoapp'
baseUrl = 'https://laidbackscans.org'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.laidbackscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class LaidBackScans : Keyoapp("Laid Back Scans", "https://laidbackscans.org", "en")

View File

@ -1,9 +0,0 @@
ext {
extName = 'Astrames'
extClass = '.Astrames'
themePkg = 'keyoapp'
baseUrl = 'https://astrames.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.fr.astrames
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Astrames : Keyoapp("Astrames", "https://astrames.fr", "fr")