[FIX] App Store using Experimental's app id (#2826)
This commit is contained in:
parent
bd09cd32a0
commit
b10c5db5b5
|
@ -1,6 +1,6 @@
|
|||
import { getBundleId, isIOS } from '../utils/deviceInfo';
|
||||
|
||||
const APP_STORE_ID = '1272915472';
|
||||
const APP_STORE_ID = '1148741252';
|
||||
|
||||
export const PLAY_MARKET_LINK = `https://play.google.com/store/apps/details?id=${ getBundleId }`;
|
||||
export const FDROID_MARKET_LINK = 'https://f-droid.org/en/packages/chat.rocket.android';
|
||||
|
|
Loading…
Reference in New Issue