mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
add source Scans 4u "ar" (#4732)
* add source Scans 4u "ar" * Update build.gradle
This commit is contained in:
parent
d9e60d4e34
commit
c22bb61c81
10
src/ar/scans4u/build.gradle
Normal file
10
src/ar/scans4u/build.gradle
Normal file
@ -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"
|
BIN
src/ar/scans4u/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/scans4u/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
src/ar/scans4u/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/scans4u/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/ar/scans4u/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/scans4u/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
src/ar/scans4u/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/scans4u/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/ar/scans4u/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/scans4u/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user