-
Notifications
You must be signed in to change notification settings - Fork 63
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
dd-sdk-android-timber requires dd-sdk-android:1.2.1 #138
Comments
Indeed there's an issue in the published pom. We'll check that ASAP. |
Thanks again for reporting this issue @mduong. It's now fixed :
|
Thanks @xgouchet. I think there may still be an issue. Upon further inspection of the |
I am also having the same issue. |
Currently trying to use the latest version and seeing the same error behavior. NOTE : The |
Indeed there's was another issue, nicely spotted @rafaela-stockx |
Confirming fixed in 1.2.2. |
Thanks for taking the time for reporting an issue!
Describe what happened
Include any error message or stack trace if available.
In trying to include
dd-sdk-android-timber
as a dependency, resolution fails because it cannot finddd-sdk-android:1.2.1
. Looking at the POM file fordd-sdk-android-timber
, it appears that it requires 1.2.1 as a dependency (https://dl.bintray.com/datadog/datadog-maven/com/datadoghq/dd-sdk-android-timber/), but that does not exist. I believe it should be 1.2.0.Error message:
Steps to reproduce the issue:
Add this to your build.gradle and perform a Gradle sync:
Describe what you expected:
Expected Gradle dependency resolution to complete successfully.
Additional context
The text was updated successfully, but these errors were encountered: