diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index f322470d..69968825 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -41,7 +41,7 @@ export const CLIENTS = Object.freeze({ }, ANDROID: { NAME: 'ANDROID', - VERSION: '17.17.32', + VERSION: '17.32.33', SDK_VERSION: '29' } });