'build failed after installing react-native-contacts

I installed "react-native-contacts" in my latest rn app "0.68.1", but after running "run-android" it failed with errors like this:

A problem occurred configuring project ':react-native-contacts'.
> Could not resolve all files for configuration ':react-native-contacts:classpath'.
   > Could not find manifest-merger-27.1.0.jar (com.android.tools.build:manifest-merger:27.1.0)

I worked aroud build gradle to slove it and even using vpn, but no success atall: enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source