Giphy / giphy-react-native-sdk

GIPHY React Native SDK
https://developers.giphy.com
Apache License 2.0
68 stars 25 forks source link

Duplicate class expoplayer #66

Closed suupham2506 closed 2 years ago

suupham2506 commented 2 years ago

🐛 Bug Report

Duplicate class com.google.android.exoplayer2.video.spherical.TouchTracker found in modules jetified-exoplayer-core-2.16.0-runtime

To Reproduce

Screen Shot 2022-06-17 at 11 52 16

I use the latest version

Your Environment

Reproducible Demo

pshoniuk commented 2 years ago

Hey @suupham2506, thanks for reaching out.

It looks like you are using several packages with different versions of ExoPlayer. You can try locking your dependencies in the build.gradle file. You can find more information in this comment.

If that didn't work for you, it would be very helpful to know the actual dependency tree of your project. You can run the gradle app:dependencies command from the android folder to bring it up in the console.

pshoniuk commented 2 years ago

I'm going to close this issue. Please reopen a new issue if you have any further details.