Updated on 2026-08-14
This commit is contained in:
parent
930693b301
commit
5bdb9513aa
18 changed files with 249 additions and 44 deletions
|
|
@ -0,0 +1,4 @@
|
|||
package com.tangem.utils
|
||||
|
||||
const val H24_MILLIS = 24L * 60 * 60 * 1000
|
||||
const val WEEK_MILLIS = 7L * H24_MILLIS
|
||||
Loading…
Add table
Add a link
Reference in a new issue