From e82302a6ea49e920288d577870475ab2256bd427 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 12 Aug 2022 05:45:59 -0300 Subject: [PATCH] chore: revert commit 59d37e9ed66f89336a7db59be04296297f64f48a --- src/utils/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } });