Skip to content
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

Where are you uploading DatadogTree to? #90

Closed
Macarse opened this issue Jan 9, 2020 · 3 comments · Fixed by #92
Closed

Where are you uploading DatadogTree to? #90

Macarse opened this issue Jan 9, 2020 · 3 comments · Fixed by #92
Assignees
Labels
bug Something isn't working fixed
Milestone

Comments

@Macarse
Copy link

Macarse commented Jan 9, 2020

Hello!
I am testing out the library and I couldn't figure out where to get DatadogTree from.

The README doesn't make sense to me:
https://github.com/DataDog/dd-sdk-android/blame/master/dd-sdk-android-timber/README.md#L14-L15

I also couldn't find the separate library browsing https://dl.bintray.com/datadog/datadog-maven

I ended up copying and pasting the class into my source code.

Thanks!

@Macarse Macarse added the bug Something isn't working label Jan 9, 2020
@xgouchet
Copy link
Collaborator

xgouchet commented Jan 9, 2020

Good point Macarse, we'll fix that ASAP.

@xgouchet xgouchet self-assigned this Jan 9, 2020
@xgouchet
Copy link
Collaborator

xgouchet commented Jan 9, 2020

The artifact is now available on Bintray, you can add them in your build.gradle as follow :

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

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

@Macarse
Copy link
Author

Macarse commented Jan 9, 2020

Perfect. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants