Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. > Could not find com.facebook.react:hermes-android

While upgrading react native version 0.68.5 to 0.71.0 ,I am facing this issue. The videosdk version used is 1.11.0.

Hi @hinzamam2020 it’s hard to debug this error with the information you’ve provided. The error message doesn’t seem to originate from the Zoom SDK but hermes instead. I’d suggest clearing your node_modules, gradle build files and any caches. Then re-install the dependencies using Yarn and try again.