From 9363f8b8170d0d508a7dda4e592bfd518729b9aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:13:25 +0000 Subject: [PATCH] Bump lottie from 2.7.0 to 3.7.0 Bumps [lottie](https://github.com/airbnb/lottie-android) from 2.7.0 to 3.7.0. - [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/v2.7.0...v3.7.0) Signed-off-by: dependabot-preview[bot] --- pocketlib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketlib/build.gradle b/pocketlib/build.gradle index ccb0c4e..24b4ea5 100644 --- a/pocketlib/build.gradle +++ b/pocketlib/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.android.support:design:28.0.0' compileOnly 'com.android.support:recyclerview-v7:28.0.0' compileOnly 'me.yokeyword:swipebackfragment:0.4.0' - compileOnly 'com.airbnb.android:lottie:2.7.0' + compileOnly 'com.airbnb.android:lottie:3.7.0' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.10' compileOnly 'io.reactivex.rxjava2:rxandroid:2.1.1' compileOnly 'android.arch.paging:runtime:1.0.1'