Video SDK failed to build in React Native

I created a new react native project and tried ti integrate the android video SDK.
After adding the line “'implementation ‘us.zoom.videosdk:ZoomVideoSDK:’”, in app/build.gradle my app fails to build it shows an error .

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’.

Could not resolve all task dependencies for configuration ‘:app:debugCompileClasspath’.
Could not find us.zoom.videosdk:ZoomVideoSDK:1.9.5.
Required by:
project :app

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

i followed the instruction on Video SDK - Android - Integrate (zoom.us)

What issue are you facing? Can you share the logs?