Updated on 2026-08-14
This commit is contained in:
commit
bf885c7975
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ android {
|
|||
versionNameSuffix "-beta"
|
||||
applicationIdSuffix ".debug_beta"
|
||||
buildConfigField 'boolean', 'CRASHLYTICS', 'Boolean.parseBoolean("true")'
|
||||
manifestPlaceholders = [fabric_api_key: properties.getProperty('fabric_api_key')]
|
||||
manifestPlaceholders = [fabric_api_key: properties.hasProperty('fabric_api_key')
|
||||
? project.property('fabric_api_key') : 000]
|
||||
}
|
||||
}
|
||||
flavorDimensions ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue