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;