Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate class wseemann.media.BuildConfig found #167

Open
alexei-z opened this issue May 15, 2024 · 0 comments
Open

Duplicate class wseemann.media.BuildConfig found #167

alexei-z opened this issue May 15, 2024 · 0 comments

Comments

@alexei-z
Copy link

Hi!

If I try to use both FFmpegMediaPlayer and FFmpegMediaMetadataRetriever in my project I get
Duplicate class wseemann.media.BuildConfig found in modules FFmpegMediaMetadataRetriever-core-1.0.19-runtime (com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19) and FFmpegMediaPlayer-core-1.0.5-runtime (com.github.wseemann:FFmpegMediaPlayer-core:1.0.5)
error

Here is a piece of my build.gradle:

implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19")
implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19")
implementation("com.github.wseemann:FFmpegMediaPlayer-core:1.0.5")
implementation("com.github.wseemann:FFmpegMediaPlayer-native:1.0.5")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant