-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
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")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels