parent
f9c1ba9daf
commit
1f160d3352
10
src/es/lectorjpg/build.gradle
Normal file
10
src/es/lectorjpg/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'LectorJPG'
|
||||||
|
extClass = '.LectorJpg'
|
||||||
|
themePkg = 'mangaesp'
|
||||||
|
baseUrl = 'https://lectorjpg.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/lectorjpg/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/lectorjpg/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
BIN
src/es/lectorjpg/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/lectorjpg/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/es/lectorjpg/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/lectorjpg/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
src/es/lectorjpg/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/lectorjpg/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/es/lectorjpg/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/lectorjpg/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,10 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.lectorjpg
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangaesp.MangaEsp
|
||||||
|
|
||||||
|
class LectorJpg : MangaEsp(
|
||||||
|
"LectorJPG",
|
||||||
|
"https://lectorjpg.com",
|
||||||
|
"es",
|
||||||
|
"https://apis.pichulasjpg.xyz",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user