diff --git a/example/build.gradle b/example/build.gradle index 26df4556..20729459 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation("androidx.appcompat:appcompat:1.2.0") - implementation("com.jakewharton.timber:timber:4.7.1") + implementation("com.jakewharton.timber:timber:5.0.1") implementation(project(":launchdarkly-android-client-sdk")) // Comment the previous line and uncomment this one to depend on the published artifact: diff --git a/launchdarkly-android-client-sdk/build.gradle b/launchdarkly-android-client-sdk/build.gradle index 96aa7004..9c9591ac 100644 --- a/launchdarkly-android-client-sdk/build.gradle +++ b/launchdarkly-android-client-sdk/build.gradle @@ -66,7 +66,7 @@ ext.versions = [ "junit": "4.13", "launchdarklyJavaSdkCommon": "1.2.0", "okhttp": "4.9.1", - "timber": "4.7.1", + "timber": "5.0.1", ] dependencies {