Could not find com.google.android.exoplayer:exoplayer:2.13.2 this error shows every time I tried to build in android. IOS work fine for me.
I added jcenter to android/build.gradle like this:
allprojects {
repositories {
.... # rest of your code
jcenter() {
content {
includeModule("com.yqritc", "android-scalablevideoview")
}
}
}
}
But this is not working for me.
