Updated on 2026-08-14
This commit is contained in:
parent
d2518865d1
commit
7839bbc833
6 changed files with 16 additions and 14 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.utils.version
|
||||
|
||||
interface AppVersionProvider {
|
||||
|
||||
val versionName: String
|
||||
|
||||
val versionCode: Int
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue