pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

Failed to resolve: com.pusher:pusher-java-client:2.+ #134

Closed jorgefl0 closed 7 months ago

jorgefl0 commented 7 months ago

I'm having an issue building Android distributions. The Maven artifacts are not able to be found for some reason.

The weird thing is that we do see the Maven packages here https://mvnrepository.com/artifact/com.pusher/pusher-java-client

Any idea how to resolve it?

This is the dependency declaration that seems to be the issue.

https://github.com/pusher/pusher-websocket-react-native/blob/067f8ff1133c780aedb257659f62d569eaf0c2b7/android/build.gradle#L126

benw-pusher commented 7 months ago

@jorgefl0 are you still encountering this issue? This could have been a temp issue with Maven - I am able to build without error here.

jorgefl0 commented 7 months ago

@benw-pusher Thanks for checking in. I'm not sure what the root cause was, but I ended up resetting our native app template. This resolved my issue. Thanks for the support.