parent
e257636ded
commit
437ee8b4bc
9
src/tr/adumanga/build.gradle
Normal file
9
src/tr/adumanga/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Adu Manga'
|
||||
extClass = '.AduManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://adumanga.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/adumanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/adumanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/tr/adumanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/adumanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/tr/adumanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/adumanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
src/tr/adumanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/adumanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
src/tr/adumanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/adumanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.adumanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class AduManga : MangaThemesia(
|
||||
"Adu Manga",
|
||||
"https://www.mangacim.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user