Remove LiManga ()

This commit is contained in:
Chopper 2024-06-14 04:28:41 -03:00 committed by Draff
parent 10c539c869
commit 6b09f203d7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions
src/pt/limanga
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/pt/limanga

@ -1,10 +0,0 @@
ext {
extName = 'Li Manga'
extClass = '.LiManga'
themePkg = 'mangathemesia'
baseUrl = 'https://limanga.net'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

(image error) Size: 3.8 KiB

Binary file not shown.

Before

(image error) Size: 2.1 KiB

Binary file not shown.

Before

(image error) Size: 4.9 KiB

Binary file not shown.

Before

(image error) Size: 8.4 KiB

Binary file not shown.

Before

(image error) Size: 12 KiB

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.limanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class LiManga : MangaThemesia(
"Li Manga",
"https://limanga.net",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
)