Skip to content

Commit

Permalink
fix(all/AnimeXin): Change Domain (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 authored Jan 13, 2025
1 parent 0474019 commit bd5ebed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/all/animexin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.AnimeXin'
themePkg = 'animestream'
baseUrl = 'https://animexin.vip'
overrideVersionCode = 11
overrideVersionCode = 12
}

apply from: "$rootDir/common.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
class AnimeXin : AnimeStream(
"all",
"AnimeXin",
"https://animexin.vip",
"https://animexin.dev",
) {
override val id = 4620219025406449669

Expand Down

0 comments on commit bd5ebed

Please sign in to comment.