I am using both Exoplayer and Bitmovin libraries in my project
compile "com.google.android.exoplayer:exoplayer:$rootConfiguration.exoPlayerVersion"
compile "com.bitmovin.analytics:collector:$rootConfiguration.bitmovinVersion"
and:
exoPlayerVersion = '2.8.4'
bitmovinVersion = '1.3.8'
When I run my app it gives me this error
`AGPBI: {"kind":"error","text":"Program type already present: `com.google.android.exoplayer2.source.hls.BuildConfig","sources":[{}],"tool":"D8"}
How can I exclude Exoplayer
files from Bitmovin
?
P.S. It was working fine until version 1.2.0
To
Exoplayer
files fromBitmovin
library just change your dependency like this: