parent
e45ee68991
commit
89f6711e2e
9
src/es/tecnoprojects/build.gradle
Normal file
9
src/es/tecnoprojects/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'TecnoProjects'
|
||||||
|
extClass = '.TecnoProjects'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://tecnoprojects.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/tecnoprojects/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/tecnoprojects/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/es/tecnoprojects/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/tecnoprojects/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/es/tecnoprojects/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/tecnoprojects/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/es/tecnoprojects/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/tecnoprojects/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/es/tecnoprojects/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/tecnoprojects/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.tecnoprojects
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class TecnoProjects : Madara(
|
||||||
|
"TecnoProjects",
|
||||||
|
"https://tecnoprojects.com",
|
||||||
|
"es",
|
||||||
|
SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user