Updated on 2026-08-14

This commit is contained in:
Tangem 2020-10-01 19:34:03 +03:00
parent 6191b2772f
commit 01d5e5ba60

View file

@ -10,6 +10,8 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "com.tangem.wallet"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 1
versionName project.hasProperty('versionName') ? project.property('versionName') : "1.0.0.-SNAPSHOT"
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"