I am referring https://wiki.mozilla.org/Mobile/GeckoView and also using Exo Player. which is creating a Gradle conflict.
[Error image][1]https://i.stack.imgur.com/z8Axo.png
i have to try to exclude the exoplayer from Mozilla Gradle but still not working.
implementation 'com.google.android.exoplayer:exoplayer:2.10.5'
[![enter image description here][1]][1]implementation ('org.mozilla.geckoview:geckoview-nightly:70.0.20190712095934'){
exclude group: 'com.google.android.exoplayer', module:'exoplayer-core'
exclude group: 'com.google.android.exoplayer', module:'exoplayer-dash'
}