Updated on 2026-08-14
This commit is contained in:
commit
d55bc7456c
2 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue