During update of my android app, i updated all dependencies. When i tested the release build, i receive the following error:
E/CrashlyticsCore: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.
Crashlytics is working fine for my previous release that is currently available on the play store.
Any help will be appreciated.
It is fixed in the latest version, you can update your version with 1.28.0.
buildscript {
// ... repositories, etc. ...
dependencies {
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With