Skip to content

1.3.1

Compare
Choose a tag to compare
@mariusc83 mariusc83 released this 30 Apr 07:47

Gradle Config

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

dependencies {
    implementation "com.datadoghq:dd-sdk-android:1.3.1"

    // Optionally, if you need a Timber integration
    // implementation "com.datadoghq:dd-sdk-android-timber:1.3.1"
}

Changes

  • [BUGFIX] Fix ConcurrentModificationException crash in the FileReader class See #234 (Thanks @alparp27)