Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-28 15:43:18 +03:00
parent 6a15cfd2e4
commit 294c7139ee
31 changed files with 169 additions and 96 deletions

View file

@ -2,5 +2,5 @@ package com.tangem.common
object Strings {
const val STARS = "***"
const val STARS = "\u2217\u2217\u2217"
}