diff --git a/app/build.gradle b/app/build.gradle index 1c56bd651c..09713384e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { flavorDimensions "" productFlavors { tangemAccess { - versionCode 110 - versionName "0.906.1." + generateVersionName() + versionCode 111 + versionName "0.906.2." + generateVersionName() applicationId "com.tangem.wallet" signingConfig signingConfigs.debug }