Skip to content

Commit 055ae35

Browse files
authored
Revert "Update minimal app version (#132)" (#138)
This reverts commit b2201fd.
1 parent 04dc8fe commit 055ae35

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.20.1027';
5-
export const MIN_ANDROID_APP_VERSION = '1.20.1027';
4+
export const MIN_IOS_APP_VERSION = '1.10.445';
5+
export const MIN_ANDROID_APP_VERSION = '1.10.445';
66

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

0 commit comments

Comments
 (0)