Updated on 2026-08-14
This commit is contained in:
commit
96868cdf9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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\"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue