Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Is Sentry v.2.0+ published correctly on Maven Repository? #170

Closed
AndrewVovk opened this issue Nov 27, 2019 · 5 comments
Closed

Is Sentry v.2.0+ published correctly on Maven Repository? #170

AndrewVovk opened this issue Nov 27, 2019 · 5 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@AndrewVovk
Copy link

If I change from
implementation 'io.sentry:sentry-android:1.7.28'
to
implementation 'io.sentry:sentry-android:2.0.0-alpha05'
Sentry classes become unavailable in my project.

While trying to figure out a reason, I've compared
https://repo1.maven.org/maven2/io/sentry/sentry-android/1.7.28/
and
https://repo1.maven.org/maven2/io/sentry/sentry-android/2.0.0-alpha05/
The size of sentry-android-1.7.28-sources.jar is 13439, but sentry-android-2.0.0-alpha05-sources.jar is just size of 261 and doesn't contain any sources.

Is Sentry v.2.0+ published correctly on Maven Repository?

@marandaneto
Copy link
Contributor

@AndrewVovk thanks for trying out our alpha SDK.

Yes, we knew that and already fixed it a while ago.
alpha01 till alpha07 had problems of having alpha on its name and on pom generation which both have been fixed.
Please try our latest alpha version which is alpha08

you can have a look at https://github.com/getsentry/sentry-android/releases

also, be aware that we are releasing our versions on jcenter and bintray, not on mavenCentral yet.

Does it help you? Thanks :)

@AndrewVovk
Copy link
Author

With the latest alpha version (alpha08) Sentry classes are available.
Your answer helped a lot, thanks!

@marandaneto marandaneto self-assigned this Nov 30, 2019
@marandaneto marandaneto added the invalid This doesn't seem right label Nov 30, 2019
@headsvk
Copy link

headsvk commented Feb 17, 2020

hey @marandaneto now sentry-android 2.0.0 on bintray is broken

@marandaneto
Copy link
Contributor

hey @headsvk please look at #270

@marandaneto
Copy link
Contributor

@headsvk it's back on jcenter, please try it again :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants