Add Alucard Scans (#8289)
* Add Alucard Scans * Update src/tr/alucardscans/src/eu/kanade/tachiyomi/extension/tr/alucardscans/Alucardscans.kt Ah True, it still worked so i didnt see it Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
parent
10cea1e57d
commit
b7e40990d8
10
src/tr/alucardscans/build.gradle
Normal file
10
src/tr/alucardscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Alucard Scans'
|
||||
extClass = '.Alucardscans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://alucardscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/alucardscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/alucardscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/tr/alucardscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/alucardscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
src/tr/alucardscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/alucardscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
src/tr/alucardscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/alucardscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/tr/alucardscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/alucardscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.alucardscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Alucardscans : MangaThemesia(
|
||||
"Alucard Scans",
|
||||
"https://alucardscans.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user