parent
2de6f14215
commit
913ceb3017
10
src/pt/limanga/build.gradle
Normal file
10
src/pt/limanga/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Li Manga'
|
||||
extClass = '.LiManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://limanga.net'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/limanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/limanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/pt/limanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/limanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/pt/limanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/limanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/pt/limanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/limanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
src/pt/limanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/limanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,12 @@
|
||||
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")),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user