Skip to content

Commit 8eec0da

Browse files
authored
TW-1248: Force update users app version (#135)
1 parent 21f9f5c commit 8eec0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { getEnv } from './utils/env';
22
import { isDefined } from './utils/helpers';
33

4-
export const MIN_IOS_APP_VERSION = '1.10.445';
5-
export const MIN_ANDROID_APP_VERSION = '1.10.445';
4+
export const MIN_IOS_APP_VERSION = '1.19.1026';
5+
export const MIN_ANDROID_APP_VERSION = '1.19.1026';
66

77
export const EnvVars = {
88
MOONPAY_SECRET_KEY: getEnv('MOONPAY_SECRET_KEY'),

0 commit comments

Comments
 (0)