diff --git a/src/constants.ts b/src/constants.ts index 012299e..2dbf94c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -283,8 +283,8 @@ export const today = (new Date()).getTime(); export const iosRD = (new Date('09/07/2023')).getTime(); export const iosVersion = '0.28.2'; -export const andRD = (new Date('08/30/2023')).getTime(); -export const andVersion = '0.15.2'; +export const andRD = (new Date('09/26/2023')).getTime(); +export const andVersion = '0.16.8'; export const defaultZapAmount = 10;