parent
97cab8fc8f
commit
19532c2f33
9
src/fr/lunarscans/build.gradle
Normal file
9
src/fr/lunarscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Lunar Scans'
|
||||||
|
extClass = '.LunarScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://gloryscans.fr'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/fr/lunarscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/fr/lunarscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/fr/lunarscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
src/fr/lunarscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/fr/lunarscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.fr.lunarscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class LunarScans : MangaThemesia("Lunar Scans", "https://gloryscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
|
Loading…
x
Reference in New Issue
Block a user