Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-27 17:03:11 +03:00
parent 9ea3a0f0e6
commit 5de15d7939
2 changed files with 9 additions and 3 deletions

View file

@ -51,8 +51,8 @@ android {
flavorDimensions ""
productFlavors {
tangemAccess {
versionCode 116
versionName "0.908.2." + generateVersionName()
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 116
versionName project.hasProperty('versionName') ? project.property('versionName') : "0.1.0.-SNAPSHOT"
applicationId "com.tangem.wallet"
signingConfig signingConfigs.debug
}