Issue with Gradle Dependency Resolution: Could not find com.bitmovin.player:player:3.61.0+jason

During the process of integrating the Bitmovin player library, I encountered an error related to dependency resolution. The error message received is as follows:

Could not determine the dependencies of task ':bitmovin-player-react-native:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':bitmovin-player-react-native:debugCompileClasspath'.
   > Could not find com.bitmovin.player:player:3.61.0+jason.

I am not able to integrate bitmovin player in my react-native project due to this as my build is getting failed because of this error.

Hi @aditya , welcome to Bitmovin community and thanks for sharing your issue. It seems that you are missing following maven dependency in your project.

maven { url 'https://artifacts.bitmovin.com/artifactory/public-releases' }

Please make sure to to add dependencies as outlines at Setting up Dependencies

You can also refer to Bitmovin RN Android sample app project to check the required dependencies.

I hope above information helps you resolve the build issue. Please let me know how it goes.