Rename more references

This commit is contained in:
AntsyLich
2024-01-16 01:31:22 +06:00
parent 5067160132
commit 19afd8c9ca
8 changed files with 39 additions and 52 deletions

View File

@@ -44,9 +44,9 @@ class AppUpdateChecker {
val GITHUB_REPO: String by lazy {
if (BuildConfig.PREVIEW) {
"tachiyomiorg/tachiyomi-preview"
"mihonapp/mihon-preview"
} else {
"tachiyomiorg/tachiyomi"
"mihonapp/mihon"
}
}