Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-18 12:55:55 +03:00
parent 930693b301
commit 5bdb9513aa
18 changed files with 249 additions and 44 deletions

View file

@ -0,0 +1,4 @@
package com.tangem.utils
const val H24_MILLIS = 24L * 60 * 60 * 1000
const val WEEK_MILLIS = 7L * H24_MILLIS