Add MonzeeKomik (#2736)
This commit is contained in:
parent
4516e2f208
commit
aa221b1adc
9
src/id/monzeekomik/build.gradle
Normal file
9
src/id/monzeekomik/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Monzee Komik'
|
||||||
|
extClass = '.MonzeeKomik'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://monzeekomik.my.id'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/id/monzeekomik/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/monzeekomik/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/id/monzeekomik/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/monzeekomik/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
src/id/monzeekomik/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/monzeekomik/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/id/monzeekomik/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/monzeekomik/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/id/monzeekomik/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/monzeekomik/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.id.monzeekomik
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class MonzeeKomik : MangaThemesia(
|
||||||
|
"Monzee Komik",
|
||||||
|
"https://monzeekomik.my.id",
|
||||||
|
"id",
|
||||||
|
) {
|
||||||
|
override val hasProjectPage = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user