Could not find org.webrtc:google-webrtc:1.0.32006
In my application I am using webrtc sdk but facing an issue, any help will really helpfull.
implementation("org.webrtc
google webrtc1.0.32006")
It syncing properly but while showing error of could not Could not find org.webrtc
google webrtc1.0.32006.
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
jcenter()
maven { url = uri("
https://www.jitpack.io" ) }
}
}
dependencyResolutionManagement {...