From 59d37e9ed66f89336a7db59be04296297f64f48a Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 12 Aug 2022 00:34:58 -0300 Subject: [PATCH] chore: bump client versions --- 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 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' } });