Skip to content

Commit

Permalink
Update minimal app version (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 authored Dec 21, 2023
1 parent 1fa0f20 commit b2201fd
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 b2201fd

Please sign in to comment.