radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

Could not GET 'https://jitpack.io/io/radar/sdk/maven-metadata.xml'. #85

Closed carl-hand closed 5 years ago

carl-hand commented 5 years ago

Describe the bug A clear and concise description of what the bug is. I am following the steps in the documentation to setup Radar in android studio found here: https://radar.io/documentation/sdk#android-add I have added the following to my build.gradle file in app/src directory: dependencies { implementation 'io.radar:sdk:2.1.+' } When I sync my project I receive the error: Could not GET 'https://jitpack.io/io/radar/sdk/maven-metadata.xml'.

To Reproduce Steps to reproduce the behavior:

  1. add implementation 'io.radar:sdk:2.1.+' to build.gradle file in app/src directory
  2. sync project

Expected behavior The app should compile successfully and run on android device

Screenshots If applicable, add screenshots to help explain your problem.

Metadata (please complete the following information):

Additional context Add any other context about the problem here.

carl-hand commented 5 years ago

Hey I found the solution. For anyone else who runs into the same issue. The solution is here: https://github.com/jitpack/jitpack.io/issues/3973#issuecomment-531199645