Add edscanlation (#2162)
This commit is contained in:
parent
8f16b6c06d
commit
ec8c080c75
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'ED Scanlation'
|
||||
extClass = '.EDScanlation'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://edscanlation.fr'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.fr.edscanlation
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class EDScanlation : Keyoapp("ED Scanlation", "https://edscanlation.fr", "fr")
|
Loading…
Reference in New Issue