Updated on 2026-08-14
This commit is contained in:
commit
bdf337682f
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ android {
|
||||||
versionNameSuffix "-beta"
|
versionNameSuffix "-beta"
|
||||||
applicationIdSuffix ".debug_beta"
|
applicationIdSuffix ".debug_beta"
|
||||||
buildConfigField 'boolean', 'CRASHLYTICS', 'Boolean.parseBoolean("true")'
|
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 ""
|
flavorDimensions ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue