mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add kewnscans (#2160)
This commit is contained in:
parent
3ceb03bf22
commit
444c65be05
9
src/en/kewnscans/build.gradle
Normal file
9
src/en/kewnscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Kewn Scans'
|
||||
extClass = '.KewnScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://kewnscans.org'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/kewnscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/kewnscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/en/kewnscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/kewnscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
src/en/kewnscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/kewnscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
src/en/kewnscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/kewnscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/en/kewnscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/kewnscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.extension.en.kewnscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class KewnScans : Keyoapp("Kewn Scans", "https://kewnscans.org", "en")
|
Loading…
Reference in New Issue
Block a user