Skip to content

Duplicate class wseemann.media.BuildConfig found #167

@alexei-z

Description

@alexei-z

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions