Skip to content

Commit

Permalink
Update android version
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Nov 13, 2023
1 parent 1a01c77 commit 5e715b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5e715b9

Please sign in to comment.