Skip to content

Commit

Permalink
TW-1248: Force update users app version 1.20 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx authored Jan 8, 2024
1 parent 8eec0da commit 04dc8fe
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.19.1026';
export const MIN_ANDROID_APP_VERSION = '1.19.1026';
export const MIN_IOS_APP_VERSION = '1.20.1027';
export const MIN_ANDROID_APP_VERSION = '1.20.1027';

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

0 comments on commit 04dc8fe

Please sign in to comment.