You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time for reporting an issue!
Describe what happened
Gradle unnable to resolve dependency implementation on Android Java project:
Failed to resolve: com.datadoghq:dd-sdk-android:1.6.1
Steps to reproduce the issue:
Added maven { url 'https://dl.bintray.com/datadog/datadog-maven' } to my repositories in my gradle file and
implementation 'com.datadoghq:dd-sdk-android:1.6.1' to my dependencies
Describe what you expected:
Should have imported the dee
Hi @Arthur-Tavais-Turbi , we tried to reproduce the issue on our end but we are not able to, everything work fine on our end. Can you please confirm that you are adding this block:
It'd be great if you could include this solution in your onboarding documentation (Edit RMU App --> Instrument your application) in your site as well. It doesn't say about adding the datadog-maven repo. Currently it says:
Add the Gradle dependency by declaring the [dd-sdk-android](https://github.com/DataDog/dd-sdk-android) and [DataDog/dd-sdk-android-gradle-plugin](https://github.com/DataDog/dd-sdk-android-gradle-plugin) as dependencies in your build.gradle file:
plugins {
id("com.datadoghq.dd-sdk-android-gradle-plugin")
}
dependencies {
implementation "com.datadoghq:dd-sdk-android:x.x.x"
}
buildscript {
dependencies {
classpath("com.datadoghq:dd-sdk-android-gradle-plugin:x.x.x")
}
}
Hello @aliztekup! Since version 1.8.1 (which was released 2 years ago), our SDK is hosted on the Maven Central instead. We suggest you to use the recent version, so that no dependency on the Bintray is needed.
Thanks for taking the time for reporting an issue!
Describe what happened
Gradle unnable to resolve dependency implementation on Android Java project:
Failed to resolve: com.datadoghq:dd-sdk-android:1.6.1
Steps to reproduce the issue:
Added maven { url 'https://dl.bintray.com/datadog/datadog-maven' } to my repositories in my gradle file and
implementation 'com.datadoghq:dd-sdk-android:1.6.1' to my dependencies
Describe what you expected:
Should have imported the dee
Additional context
1.6.1
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.google.firebase.crashlytics'
The text was updated successfully, but these errors were encountered: