-
-
Notifications
You must be signed in to change notification settings - Fork 32
sentry-android not available through jcenter #270
Comments
I confirm. Maybe the team remove it intentionally ? |
@SaezChristopher it was intentional because it's part of the merging process made by jcenter, I've sent them an email to see how to fix it and/or how long it takes, last case, I'll deploy it again as soon as I get an answer. this was done because when people were searching for |
Alright, i didn't get it but now its sound very clear. Thx for full explanation :) |
sure, stay tuned :) here is the link of what is being done https://www.jfrog.com/confluence/display/BT/Managing+Uploading+Content+New+UI#ManagingUploadingContentNewUI-MergingPackages thanks for understanding. |
code snippet (build.gradle) to add bintray repo:
|
@marandaneto Thanks a lot for the great help. Keep the great work up! |
@marandaneto where exactly do I add the snippet? Sorry for the confusion, but I'm very unfamiliar with Android builds & gradle. I have two build.gradle files in my RN app, none of which seem suitable for that line..? Or at least I'm very unsure of where exactly to enter it. |
@AdamGerthel it could be in both, but let's say the one in the root folder of the android app. you will see something like:
look for the |
@marandaneto thanks! |
just a small update, bintray/jcenter is investigating why the sync isn't happening, they will let us know asap. |
Workarounds didn't work in my case, still got:
|
hey people, the issue should be resolved and no workarounds are needed anymore, please try it again. I can see the artifacts in https://jcenter.bintray.com/io/sentry/sentry-android/ already. Please let us know if you find any issues, thanks for the patience. |
Can't confirm that the issue is fixed. |
@ovbm I think you are having a different issue, this one is related to |
ah ok, sorry for the confusion. This issue is mentioned in getsentry/sentry-react-native#767 as a workaround, so I thought they might be the same. |
I've requested a merging on jcenter of our 2 repos,
sentry-java
(io.sentry:sentry-android) current version 1.7.x and the new reposentry-android
(also io.sentry:sentry-android) current 2.0.0.as a workaround, please use
bintray
till this process gets done.https://dl.bintray.com/getsentry/sentry-android
eg
https://dl.bintray.com/getsentry/sentry-android/io/sentry/sentry-android/2.0.0/
if you still wanna use
jcenter
, it's possible using theio.sentry:sentry-android-ndk
module, it'll have the same dependencies assentry-android
or if you don't wanna support NDK, justio.sentry:sentry-android-core
.thanks for understanding.
The text was updated successfully, but these errors were encountered: