Add Arven Scans (#3454)
* Add Arven Scans * Swapped version code back to 0 * Swapped icons for non-outlined version
This commit is contained in:
parent
9f164f1b58
commit
af196dc76d
10
src/en/arvencomics/build.gradle
Normal file
10
src/en/arvencomics/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Arven Scans'
|
||||
extClass = '.ArvenComics'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://arvencomics.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/arvencomics/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/arvencomics/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/en/arvencomics/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/arvencomics/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/en/arvencomics/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/arvencomics/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
src/en/arvencomics/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/arvencomics/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/arvencomics/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/arvencomics/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.en.arvencomics
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class ArvenComics : MangaThemesia(
|
||||
"Arven Scans",
|
||||
"https://arvencomics.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user