From cbd9ec33fe78782207bc95a18c44a4579aa5edc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 14:50:50 +0000 Subject: [PATCH] Bump android-snowfall from 1.2.0 to 1.2.1 Bumps [android-snowfall](https://github.com/JetradarMobile/android-snowfall) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/JetradarMobile/android-snowfall/releases) - [Changelog](https://github.com/JetradarMobile/android-snowfall/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetradarMobile/android-snowfall/compare/1.2.0...1.2.1) 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 45c9e5fa5a..76c06b3a01 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -418,7 +418,7 @@ dependencies { // Chat effects implementation 'nl.dionsegijn:konfetti:1.3.2' - implementation 'com.github.jetradarmobile:android-snowfall:1.2.0' + implementation 'com.github.jetradarmobile:android-snowfall:1.2.1' // DI implementation "com.google.dagger:dagger:$daggerVersion" kapt "com.google.dagger:dagger-compiler:$daggerVersion"