I am trying to add this dependency :
// https://mvnrepository.com/artifact/org.webrtc/google-webrtc
implementation 'org.webrtc:google-webrtc:1.0.32006'
But I can not get it in studio bumblebee. Showing following error:
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
I tried to add maven url maven { url 'https://jitpack.io' }
and https://mvnrepository.com/
in settings.gradles dependencyResolutionManagement - repositories block. But did not solve it. I am not certain which URL or what else to add to resolve this. Can anyone tell me please?