Remove A3Manga(vi) (#3519)

This commit is contained in:
Chopper 2024-06-12 07:39:34 -03:00 committed by GitHub
parent 332c086ce3
commit 92952bc37b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 14 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'A3 Manga'
extClass = '.A3Manga'
themePkg = 'a3manga'
baseUrl = 'https://www.a3manga.store'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.vi.a3manga
import eu.kanade.tachiyomi.multisrc.a3manga.A3Manga
class A3Manga : A3Manga("A3 Manga", "https://www.a3manga.store", "vi")