From 5a7f4f9f70c3e5de996d0241c64c51b2eb752b12 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Fri, 13 Oct 2023 20:27:04 +0200 Subject: [PATCH] android v0.18.1 --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 5cff4cd..7c18471 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -286,8 +286,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/03/2023')).getTime(); -export const andVersion = '0.17.2'; +export const andRD = (new Date('10/13/2023')).getTime(); +export const andVersion = '0.18.1'; export const defaultZapAmount = 10;