File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/src/main/java/com/wstxda/switchai Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
4141
4242 private val links = mapOf (
4343 " developer" to " https://github.com/WSTxda" ,
44- " github_repository" to " https://github.com/WSTxda/Plugin-VoiceGPT " ,
44+ " github_repository" to " https://github.com/WSTxda/SwitchAI " ,
4545 )
4646
4747 private fun observeViewModel () {
Original file line number Diff line number Diff line change @@ -29,6 +29,5 @@ object Constants {
2929 const val CAT_PINNED_ASSISTANTS_KEY = " pinned_assistants"
3030 const val CAT_RECENTLY_USED_ASSISTANTS_KEY = " recently_used_assistants"
3131
32- const val GITHUB_RELEASE_URL =
33- " https://api.github.com/repos/WSTxda/Plugin-VoiceGPT/releases/latest"
32+ const val GITHUB_RELEASE_URL = " https://api.github.com/repos/WSTxda/SwitchAI/releases/latest"
3433}
You can’t perform that action at this time.
0 commit comments