Add Astrames (#2588)
This commit is contained in:
parent
4abf193718
commit
22469d8a51
9
src/fr/astrames/build.gradle
Normal file
9
src/fr/astrames/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Astrames'
|
||||
extClass = '.Astrames'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://astrames.fr'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/fr/astrames/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/astrames/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
src/fr/astrames/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/astrames/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
src/fr/astrames/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/astrames/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/fr/astrames/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/astrames/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/fr/astrames/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/astrames/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
5
src/fr/astrames/src/Astrames.kt
Normal file
5
src/fr/astrames/src/Astrames.kt
Normal file
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.extension.fr.astrames
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class Astrames : Keyoapp("Astrames", "https://astrames.fr", "fr")
|
Loading…
x
Reference in New Issue
Block a user