Add Serein Scan (#2319)
* Add Serein Scan * Update build.gradle corrected overrideVersionCode * Update build.gradle Fix extName * Update src/tr/sereinscan/build.gradle Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * Update src/tr/sereinscan/src/eu/kanade/tachiyomi/extension/tr/sereinscan/SereinScan.kt Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * Update icon * Turkish date format --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
parent
8387d1a9de
commit
d726f9eee1
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Serein Scan'
|
||||
extClass = '.SereinScan'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://sereinscan.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.sereinscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class SereinScan : MangaThemesia(
|
||||
"Serein Scan",
|
||||
"https://sereinscan.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
||||
)
|
Loading…
Reference in New Issue