Skip to content

Commit

Permalink
TW-1248: Force update users app version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx committed Jan 5, 2024
1 parent 21f9f5c commit a3f8529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { getEnv } from './utils/env';
import { isDefined } from './utils/helpers';

export const MIN_IOS_APP_VERSION = '1.10.445';
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';

export const EnvVars = {
MOONPAY_SECRET_KEY: getEnv('MOONPAY_SECRET_KEY'),
Expand Down

0 comments on commit a3f8529

Please sign in to comment.