From e57fe734e80433f3d8f50ae40a1c6746c44d0773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 17:39:19 +0000 Subject: [PATCH] chore(deps): Bump androidx.documentfile:documentfile from 1.0.1 to 1.1.0 Bumps androidx.documentfile:documentfile from 1.0.1 to 1.1.0. --- updated-dependencies: - dependency-name: androidx.documentfile:documentfile dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3443464..8c66760 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,5 +27,5 @@ android { } dependencies { - implementation 'androidx.documentfile:documentfile:1.0.1' + implementation 'androidx.documentfile:documentfile:1.1.0' } \ No newline at end of file