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
Labels
invalid
This doesn't seem right
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?
The text was updated successfully, but these errors were encountered: