Closed benmagos closed 2 years ago
I could see an argument for keeping jcenter as a fallback in the case that google's maven repo goes down, but that will definitely reach a point in the not-too-distant future where it's just too out of date to be useful.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@heap/react-native-heap@0.20.0
for the project I'm working on.For some reason, it appears that once gradle tries to find these dependencies via
jcenter
, it does not move along to look ingoogle
, and resulted in the following failure.Switching the order of the repositories fixed the issue for us. However, I would imagine removing
jcenter()
completely would be a better goal to aim for.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.