From dd3a5419be1ad295beea6bb2b857c5f6f5a82e7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 07:13:56 +0000 Subject: [PATCH] Bump lottie from 3.3.1 to 3.7.2 in /injector-android-example Bumps [lottie](https://github.com/airbnb/lottie-android) from 3.3.1 to 3.7.2. - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v3.3.1...v3.7.2) Signed-off-by: dependabot-preview[bot] --- injector-android-example/lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injector-android-example/lib/build.gradle b/injector-android-example/lib/build.gradle index 87ea790..ca69d6f 100644 --- a/injector-android-example/lib/build.gradle +++ b/injector-android-example/lib/build.gradle @@ -25,7 +25,7 @@ android { dependencies { api 'androidx.fragment:fragment:1.1.0' - inject 'com.airbnb.android:lottie:3.3.1' + inject 'com.airbnb.android:lottie:3.7.2' } injectConfig { enabled = true