955-Remove_email_key_default_value
Description
Currently, the email.key
is set from the local.properties
file. If the key is missing the invalid
value is set. We want to allow an invalid
value only for the debug
build, for the release
build if the key is missing from the local.properties
file, we want to throw an exception from the Gradle build.