Skip to content

Commit

Permalink
Shinigami: Update url shinigami (#6718)
Browse files Browse the repository at this point in the history
update url shinigami
  • Loading branch information
Hellkaros authored Dec 22, 2024
1 parent 2749c14 commit 58654f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/id/shinigami/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Shinigami'
extClass = '.Shinigami'
themePkg = 'madara'
baseUrl = 'https://shinigami07.com'
overrideVersionCode = 28
baseUrl = 'https://shinigami08.com'
overrideVersionCode = 29
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jsoup.nodes.Element
import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get

class Shinigami : Madara("Shinigami", "https://shinigami07.com", "id"), ConfigurableSource {
class Shinigami : Madara("Shinigami", "https://shinigami08.com", "id"), ConfigurableSource {
// moved from Reaper Scans (id) to Shinigami (id)
override val id = 3411809758861089969

Expand Down

0 comments on commit 58654f9

Please sign in to comment.