From 82baea0eabdd7d66825a6890d7e067253522601d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:03:20 +0000 Subject: [PATCH] Bump com.gu.android:toolargetool from 0.3.0 to 0.3.2 Bumps [com.gu.android:toolargetool](https://github.com/guardian/toolargetool) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/guardian/toolargetool/releases) - [Commits](https://github.com/guardian/toolargetool/commits) --- updated-dependencies: - dependency-name: com.gu.android:toolargetool dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index da6bcaa306f..e8a8d5aa582 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -539,7 +539,7 @@ dependencies { //TooLargeTool is used for logging transaction sizes and thus helping find transactionTooLargeExceptions //See https://github.com/guardian/toolargetool - implementation 'com.gu.android:toolargetool:0.3.0' + implementation 'com.gu.android:toolargetool:0.3.2' // charting, based on com.github.PhilJay:MPAndroidChart // for detailed docs for the base library see https://weeklycoding.com/mpandroidchart/