From 6ec8be0d3595f475bc37060e6f0c9322cc182c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 07:18:51 +0000 Subject: [PATCH] Bump epoxy_version from 4.4.0 to 4.4.1 Bumps `epoxy_version` from 4.4.0 to 4.4.1. Updates `epoxy` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/airbnb/epoxy/releases) - [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/epoxy/compare/4.4.0...4.4.1) Updates `epoxy-glide-preloading` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/airbnb/epoxy/releases) - [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/epoxy/compare/4.4.0...4.4.1) Updates `epoxy-processor` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/airbnb/epoxy/releases) - [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/epoxy/compare/4.4.0...4.4.1) Updates `epoxy-paging` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/airbnb/epoxy/releases) - [Changelog](https://github.com/airbnb/epoxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/epoxy/compare/4.4.0...4.4.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 2c5dc01e37..41da51a32c 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -287,7 +287,7 @@ android { dependencies { - def epoxy_version = '4.4.0' + def epoxy_version = '4.4.1' def fragment_version = '1.3.0' def arrow_version = "0.8.2" def markwon_version = '4.1.2'