From 5badf80e908360098617b665acc7181314ec4cd8 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 13 Nov 2023 16:56:29 +0100 Subject: [PATCH] Update android version --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 9cd178b..5dfdac9 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -287,8 +287,8 @@ export const today = (new Date()).getTime(); export const iosRD = (new Date('09/29/2023')).getTime(); export const iosVersion = '0.30.4'; -export const andRD = (new Date('10/13/2023')).getTime(); -export const andVersion = '0.18.1'; +export const andRD = (new Date('11/13/2023')).getTime(); +export const andVersion = '0.20.4'; export const defaultZapAmount = 10;