diff --git a/src/renderer/src/components/settings/MobileSettingsPane.tsx b/src/renderer/src/components/settings/MobileSettingsPane.tsx index 8cf1ac365..93ed4cd4f 100644 --- a/src/renderer/src/components/settings/MobileSettingsPane.tsx +++ b/src/renderer/src/components/settings/MobileSettingsPane.tsx @@ -6,7 +6,7 @@ import { useAppStore } from '../../store' import { MobilePane, MOBILE_PANE_SEARCH_ENTRIES } from './MobilePane' const ORCA_IOS_APP_STORE_URL = 'https://apps.apple.com/app/orca-ide/id6766130217' -const ORCA_ANDROID_RELEASE_URL = 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.2' +const ORCA_ANDROID_RELEASE_URL = 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.7' const MOBILE_ENABLE_SEARCH_ENTRY: SettingsSearchEntry = { title: 'Mobile', @@ -69,10 +69,9 @@ export function MobileSettingsPane({ or the Android APK from{' '}