Skip to content

Commit

Permalink
Add ApeComics (#7083)
Browse files Browse the repository at this point in the history
  • Loading branch information
dngonz authored Jan 9, 2025
1 parent 123e732 commit dcc1ed4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pt/apecomics/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'ApeComics'
extClass = '.ApeComics'
themePkg = 'madara'
baseUrl = 'https://apecomics.net'
overrideVersionCode = 0
isNsfw = false
}

apply from: "$rootDir/common.gradle"
Binary file added src/pt/apecomics/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.pt.apecomics

import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale

class ApeComics : Madara(
"ApeComics",
"https://apecomics.net",
"pt-BR",
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
) {
override val useNewChapterEndpoint = true
}

0 comments on commit dcc1ed4

Please sign in to comment.