Skip to content

Commit

Permalink
Ikiru(MangaTale): Rebranding and update domain (#5312)
Browse files Browse the repository at this point in the history
Rebranding
  • Loading branch information
choppeh authored and cuong-tran committed Sep 30, 2024
1 parent 5f4ad62 commit f97b414
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/id/mangatale/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ext {
extName = 'MangaTale'
extClass = '.MangaTale'
extName = 'Ikiru'
extClass = '.Ikiru'
themePkg = 'mangathemesia'
baseUrl = 'https://mangatale.id'
overrideVersionCode = 4
baseUrl = 'https://ikiru.me'
overrideVersionCode = 5
isNsfw = true
}

apply from: "$rootDir/common.gradle"
Binary file modified src/id/mangatale/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.
Binary file modified src/id/mangatale/res/mipmap-mdpi/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.
Binary file modified src/id/mangatale/res/mipmap-xhdpi/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.
Binary file modified src/id/mangatale/res/mipmap-xxhdpi/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.
Binary file modified src/id/mangatale/res/mipmap-xxxhdpi/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.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import okhttp3.OkHttpClient
import okhttp3.ResponseBody.Companion.toResponseBody
import org.jsoup.nodes.Document

class MangaTale : MangaThemesia("MangaTale", "https://mangatale.id", "id") {
class Ikiru : MangaThemesia("Ikiru", "https://ikiru.me", "id") {

override val id = 1532456597012176985

override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(12, 3)
Expand Down

0 comments on commit f97b414

Please sign in to comment.