parent
752920a0d4
commit
7457106c23
10
src/en/apcomics/build.gradle
Normal file
10
src/en/apcomics/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'AP Comics'
|
||||||
|
extClass = '.Apcomics'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://apcomics.org'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/apcomics/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/apcomics/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/en/apcomics/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/apcomics/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
src/en/apcomics/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/apcomics/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
src/en/apcomics/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/apcomics/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/en/apcomics/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/apcomics/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.apcomics
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class Apcomics : Madara(
|
||||||
|
"AP Comics",
|
||||||
|
"https://apcomics.org",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint: Boolean = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user