From e2a2a0ed3d0afaed579511adbd319e375ce68ca8 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Tue, 8 Jan 2019 21:32:29 +0100 Subject: [PATCH] Bump timber to 4.7.1 --- android_app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 32f543fe..957c9a84 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -55,7 +55,7 @@ dependencies { androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03' // Timber - implementation 'com.jakewharton.timber:timber:4.7.0' + implementation 'com.jakewharton.timber:timber:4.7.1' // Local unit tests testImplementation 'junit:junit:4.12'