From ae3e6a0706b9f92af2f9d760cb293455ae2a9eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:06:09 +0000 Subject: [PATCH] Bump seismic from 1.0.2 to 1.0.3 Bumps [seismic](https://github.com/square/seismic) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/square/seismic/releases) - [Changelog](https://github.com/square/seismic/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/seismic/compare/seismic-parent-1.0.2...seismic-parent-1.0.3) --- updated-dependencies: - dependency-name: com.squareup:seismic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index b3658acb00..903798ce55 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -420,7 +420,7 @@ dependencies { implementation 'com.otaliastudios:autocomplete:1.1.0' // Shake detection - implementation 'com.squareup:seismic:1.0.2' + implementation 'com.squareup:seismic:1.0.3' // Image Loading implementation libs.github.bigImageViewer