From 5e57161939d4ad3fc0ea46093558526e9c5df99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:02:10 +0000 Subject: [PATCH] Bump com.anggrayudi:storage from 1.5.6 to 2.2.0 Bumps [com.anggrayudi:storage](https://github.com/anggrayudi/SimpleStorage) from 1.5.6 to 2.2.0. - [Release notes](https://github.com/anggrayudi/SimpleStorage/releases) - [Commits](https://github.com/anggrayudi/SimpleStorage/compare/1.5.6...2.2.0) --- updated-dependencies: - dependency-name: com.anggrayudi:storage dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 b6169f60..719387e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - implementation 'com.anggrayudi:storage:1.5.6' + implementation 'com.anggrayudi:storage:2.2.0' } /*