parent
69d2d65fed
commit
d42a931714
10
src/en/grimscans/build.gradle
Normal file
10
src/en/grimscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Grim Scans'
|
||||||
|
extClass = '.GrimScans'
|
||||||
|
themePkg = 'keyoapp'
|
||||||
|
baseUrl = 'https://grimscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/grimscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/grimscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
src/en/grimscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/grimscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/en/grimscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/grimscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/grimscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/grimscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/en/grimscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/grimscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.grimscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
|
class GrimScans : Keyoapp(
|
||||||
|
"Grim Scans",
|
||||||
|
"https://grimscans.com",
|
||||||
|
"en",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user