Add android v0.16.8

This commit is contained in:
Bojan Mojsilovic 2023-09-26 16:15:44 +02:00
parent 995a6207b0
commit 2124f3b663

View File

@ -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;