We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dc8fe commit 055ae35Copy full SHA for 055ae35
src/config.ts
@@ -1,8 +1,8 @@
1
import { getEnv } from './utils/env';
2
import { isDefined } from './utils/helpers';
3
4
-export const MIN_IOS_APP_VERSION = '1.20.1027';
5
-export const MIN_ANDROID_APP_VERSION = '1.20.1027';
+export const MIN_IOS_APP_VERSION = '1.10.445';
+export const MIN_ANDROID_APP_VERSION = '1.10.445';
6
7
export const EnvVars = {
8
MOONPAY_SECRET_KEY: getEnv('MOONPAY_SECRET_KEY'),
0 commit comments