Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve io.sentry:sentry-android:2.0.0-rc04 #767

Closed
3 of 7 tasks
anthowm opened this issue Feb 17, 2020 · 4 comments
Closed
3 of 7 tasks

Failed to resolve io.sentry:sentry-android:2.0.0-rc04 #767

anthowm opened this issue Feb 17, 2020 · 4 comments

Comments

@anthowm
Copy link

anthowm commented Feb 17, 2020

OS:

  • Windows
  • MacOS
  • Linux

Platform:

  • iOS
  • Android

SDK:

  • @sentry/react-native
  • react-native-sentry

SDK version: 1.2.1
react-native version: 0.61.4


I have following issue:
After move to a branch and rm -rf node_modules and npm I this error appears. I didnt update sentry but now requires io.sentry:sentry-android:2.0.0-rc04 that seems like not exist. I change this manually but my CI/CD is broken.

Screenshot 2020-02-17 at 11 13 56

Steps to reproduce:
Install sentry

Actual result:

  • Compile fail

Expected result:

  • Compile success

Maybe I'm missing something.

@marandaneto
Copy link
Contributor

@anthowm thanks for raising this issue.

we are aware of it and working on it right now.
See: getsentry/sentry-android#270

Use one of the workarounds for now and I'll update you as soon as it's released again.

Thanks for understanding.

@anthowm
Copy link
Author

anthowm commented Feb 17, 2020

nice thanks for fast reply.

@shuvo0074
Copy link

add this to your allprojects dependencies in build.gradle in project:
maven {
url = "https://dl.bintray.com/getsentry/sentry-android"
}

@marandaneto
Copy link
Contributor

marandaneto commented Feb 18, 2020

it should be fixed now, please let us know if you find any issues :) thanks for the patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants