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'