79479696

Date: 2025-03-02 20:29:58
Score: 1
Natty:
Report link

I was able to solve my problem myself by analysing the dependency tree. in the com.google.firebase:firebase-inappmessaging-display the class io.grpc was listed.

I have now removed io.grpc.

implementation ("com.google.firebase:firebase-inappmessaging-display") {
    exclude group: "io.grpc"
}

GGK

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: GGK stands for Ukraine