mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-23 02:42:35 +01:00
Add RyujinManga (#2423)
This commit is contained in:
parent
3eb65c47e4
commit
ba50927fb4
9
src/es/ryujinmanga/build.gradle
Normal file
9
src/es/ryujinmanga/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'RyujinManga'
|
||||
extClass = '.RyujinManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ryujinmanga.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/ryujinmanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/ryujinmanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/es/ryujinmanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/ryujinmanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
src/es/ryujinmanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/ryujinmanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/es/ryujinmanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/ryujinmanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/es/ryujinmanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/ryujinmanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.es.ryujinmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class RyujinManga : MangaThemesia(
|
||||
"RyujinManga",
|
||||
"https://ryujinmanga.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
)
|
Loading…
Reference in New Issue
Block a user