diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 69968825..f322470d 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.32.33', + VERSION: '17.17.32', SDK_VERSION: '29' } });