Updated on 2026-08-14

This commit is contained in:
Tangem 2022-11-11 13:54:04 +03:00
parent e0f90419f4
commit a6e04a4344
21 changed files with 540 additions and 359 deletions

View file

@ -0,0 +1,8 @@
object AppConfig {
const val packageName = "com.tangem.wallet"
const val versionCode = 1
const val versionName = "1.0.0.-SNAPSHOT"
const val minSdkVersion = 21
const val targetSdkVersion = 33
const val compileSdkVersion = 33
}