After updating Crashlytics from 18.2.13 to 18.3.0 release build showed the following R8 warning:
Missing class com.google.android.datatransport.runtime.ForcedSender (referenced from: void com.google.firebase.crashlytics.internal.send.ReportQueue.lambda$flushScheduledReportsIfAble$0(java.util.concurrent.CountDownLatch))
Update: Crashlytics 18.3.1 (and BOM 31.0.1) fixes this issue. For more information see the issue here.
Add the following to your gradle dependencies:
implementation "com.google.android.datatransport:transport-runtime:3.1.8"
Crashlytics 18.3.0 adds dependency for Transport Runtime 3.1.7 which is missing the ForcedSender class.
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