parent
728dd0de50
commit
6d63d49b16
10
src/en/ragescans/build.gradle
Normal file
10
src/en/ragescans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Rage Scans'
|
||||||
|
extClass = '.RageScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://ragescans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/ragescans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/ragescans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/en/ragescans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/ragescans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/en/ragescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/ragescans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/ragescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/ragescans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/en/ragescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/ragescans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.ragescans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class RageScans : MangaThemesia(
|
||||||
|
"Rage Scans",
|
||||||
|
"https://ragescans.com",
|
||||||
|
"en",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user