Add AeinScans (#7550)
This commit is contained in:
parent
de1914c2fa
commit
28942d4f8f
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Aein Scans'
|
||||
extClass = '.AeinScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://aeinscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.en.aeinscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class AeinScans : Keyoapp(
|
||||
"Aein Scans",
|
||||
"https://aeinscans.com",
|
||||
"en",
|
||||
)
|
Loading…
Reference in New Issue