Add AfroditScans (#2855)
This commit is contained in:
parent
552c349632
commit
631f2fbdb7
9
src/tr/afroditscans/build.gradle
Normal file
9
src/tr/afroditscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Afrodit Scans'
|
||||||
|
extClass = '.AfroditScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://afroditscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/afroditscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/afroditscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
src/tr/afroditscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/afroditscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/tr/afroditscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/afroditscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/tr/afroditscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/afroditscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/tr/afroditscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/afroditscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.afroditscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class AfroditScans : MangaThemesia(
|
||||||
|
"Afrodit Scans",
|
||||||
|
"https://afroditscans.com",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user