Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-29 15:46:43 +04:00
parent d2518865d1
commit 7839bbc833
6 changed files with 16 additions and 14 deletions

View file

@ -0,0 +1,8 @@
package com.tangem.utils.version
interface AppVersionProvider {
val versionName: String
val versionCode: Int
}