From 5221dc177fa0a6c86300e39b677aa7a7f062bf13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:29:06 +0000 Subject: [PATCH] Bump com.anggrayudi:storage from 1.5.6 to 2.0.0 Bumps [com.anggrayudi:storage](https://github.com/anggrayudi/SimpleStorage) from 1.5.6 to 2.0.0. - [Release notes](https://github.com/anggrayudi/SimpleStorage/releases) - [Commits](https://github.com/anggrayudi/SimpleStorage/compare/1.5.6...2.0.0) --- updated-dependencies: - dependency-name: com.anggrayudi:storage 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 c7825719e..cb6989857 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.0.0' } /*