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 21f9f5c commit 8eec0daCopy full SHA for 8eec0da
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.10.445';
5
-export const MIN_ANDROID_APP_VERSION = '1.10.445';
+export const MIN_IOS_APP_VERSION = '1.19.1026';
+export const MIN_ANDROID_APP_VERSION = '1.19.1026';
6
7
export const EnvVars = {
8
MOONPAY_SECRET_KEY: getEnv('MOONPAY_SECRET_KEY'),
0 commit comments