Skip to content

dd-sdk-android-timber requires dd-sdk-android:1.2.1 #138

Description

@mduong

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 find dd-sdk-android:1.2.1. Looking at the POM file for dd-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:

ERROR: Failed to resolve: dd-sdk-android:dd-sdk-android:1.2.1

Steps to reproduce the issue:
Add this to your build.gradle and perform a Gradle sync:

repositories {
    maven { url “https://dl.bintray.com/datadog/datadog-maven" }
}

dependencies {
    implementation "com.datadoghq:dd-sdk-android:1.2.0"
    implementation "com.datadoghq:dd-sdk-android-timber:1.2.0"
}

Describe what you expected:
Expected Gradle dependency resolution to complete successfully.

Additional context

  • Android OS version:
  • Device Model:
  • Datadog SDK version:
  • Versions of any other relevant dependencies (OkHttp, …):
  • Proguard configuration:
  • Gradle Plugins:

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions