Updated on 2026-08-14

This commit is contained in:
Tangem 2021-07-26 06:35:59 +00:00
commit 96868cdf9d

View file

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt' apply plugin: 'kotlin-kapt'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
android { android {
compileSdkVersion 30 compileSdkVersion 30
@ -37,7 +37,7 @@ android {
buildConfigField 'String', 'CONFIG_ENVIRONMENT', '\"dev\"' buildConfigField 'String', 'CONFIG_ENVIRONMENT', '\"dev\"'
} }
debug_beta { debug_beta {
initWith debug initWith release
versionNameSuffix "-beta" versionNameSuffix "-beta"
applicationIdSuffix ".debug" applicationIdSuffix ".debug"
buildConfigField 'String', 'CONFIG_ENVIRONMENT', '\"prod\"' buildConfigField 'String', 'CONFIG_ENVIRONMENT', '\"prod\"'