Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-05 13:12:52 +03:00
parent fc2820c9bc
commit adcabd2ac2
8 changed files with 47 additions and 3 deletions

View file

@ -20,6 +20,10 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug_beta {
initWith debug
versionNameSuffix "-beta"
}
}
productFlavors {
}