From 33dce4f829a8eff069d8ec0dbf12fcacb026cdab Mon Sep 17 00:00:00 2001 From: Yvgen Troshchiy Date: Sat, 25 Sep 2021 20:37:52 +0300 Subject: [PATCH] Update timber version to the 5.0.1 --- example/build.gradle | 2 +- launchdarkly-android-client-sdk/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {