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:
add implementation 'io.radar:sdk:2.1.+' to build.gradle file in app/src directory
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):
React Native Radar Version: 2.1.8
Platform: Android
Device: N/A (This happens when trying to sync project)
Device OS Version: N/A
Additional context
Add any other context about the problem here.
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:
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.