add Ryumanga (#10082)
This commit is contained in:
parent
a4967cb732
commit
ad871734f3
9
src/en/ryumanga/build.gradle
Normal file
9
src/en/ryumanga/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Ryumanga'
|
||||
extClass = '.Ryumanga'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://ryumanga.org'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/ryumanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/ryumanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
src/en/ryumanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/ryumanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/en/ryumanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/ryumanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
src/en/ryumanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/ryumanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/ryumanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/ryumanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.extension.en.ryumanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class Ryumanga : Keyoapp("Ryumanga", "https://ryumanga.org", "en")
|
Loading…
x
Reference in New Issue
Block a user