Android app crashes when using these two together - OkHttpStack AND firebase firestore dependency
Android app crashes when i run these two things together - OkHttpStack as base stack for new request queue in volley and firebase firestore dependency in gradle ('com.google.firebase
firebase firestore17.0.5')
Gives me this error, maybe firebase firestore dependency already includes okhttp dependency that's why this coming or maybe its not, but if this is the case what to be done or how to exclude it? or Otherwise i am not getting what the error is, please suggest a solution.
Thanks...