parent
fc52bba37e
commit
5d1f59089a
10
src/es/mangaclub/build.gradle
Normal file
10
src/es/mangaclub/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'MangaClub'
|
||||
extClass = '.MangaClub'
|
||||
themePkg = 'lectormoe'
|
||||
baseUrl = 'https://mangaclub.moe'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/mangaclub/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/mangaclub/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
src/es/mangaclub/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/mangaclub/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/es/mangaclub/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/mangaclub/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
src/es/mangaclub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/mangaclub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
src/es/mangaclub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/mangaclub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.es.mangaclub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.lectormoe.LectorMoe
|
||||
|
||||
class MangaClub : LectorMoe(
|
||||
"MangaClub",
|
||||
"https://mangaclub.moe",
|
||||
"es",
|
||||
apiBaseUrl = "https://api.capibaratraductor.com",
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user