From 026d43c3ed452cba590c1f4de08ae17c9dc80c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:37:01 +0000 Subject: [PATCH] Bump timber from 4.7.1 to 5.0.1 in /android Bumps [timber](https://github.com/JakeWharton/timber) from 4.7.1 to 5.0.1. - [Release notes](https://github.com/JakeWharton/timber/releases) - [Changelog](https://github.com/JakeWharton/timber/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/timber/compare/4.7.1...5.0.1) --- updated-dependencies: - dependency-name: com.jakewharton.timber:timber dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d0f98eca..3adaf933 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,7 +99,7 @@ flutter { def libpebblecommon_version = '0.1.4' def coroutinesVersion = "1.6.0" def lifecycleVersion = "2.2.0" -def timberVersion = "4.7.1" +def timberVersion = "5.0.1" def androidxCoreVersion = '1.3.2' def daggerVersion = '2.50' def workManagerVersion = '2.4.0'