Write the missing line of code to add the dependency to your app-level Gradle file.
dependencies {
// The BoM for the Firebase platform
implementation platform('com.google.firebase:firebase-bom:32.1.0')
// Add the Crashlytics library dependency
__________
}