Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Nov 1, 2024
1 parent b2a35c2 commit 70798c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class AppUpdateChecker {

val GITHUB_REPO: String by lazy {
if (BuildConfig.PREVIEW) {
"mihonapp/mihon-preview"
"AmanoTeam/mihon-preview"
} else {
"mihonapp/mihon"
"AmanoTeam/mihon"
}
}

Expand Down

0 comments on commit 70798c7

Please sign in to comment.