Skip to content

Commit

Permalink
Revert "Update minimal app version (#132)"
Browse files Browse the repository at this point in the history
This reverts commit b2201fd.
  • Loading branch information
alex-tsx authored Dec 21, 2023
1 parent b2201fd commit d7b942c
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.10.445';
export const MIN_ANDROID_APP_VERSION = '1.10.445';

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

0 comments on commit d7b942c

Please sign in to comment.