add source Scans 4u "ar" (#4732)
* add source Scans 4u "ar" * Update build.gradle
This commit is contained in:
parent
d571f6b6d8
commit
8a8eaf675e
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Scans 4u'
|
||||
extClass = '.Scans4u'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://4uscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.scans4u
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class Scans4u : Keyoapp("Scans 4u", "https://4uscans.com", "ar")
|
Loading…
Reference in New Issue