From d10f0d6bfce5d13a19cc7c1d7ff8c7527a563d4c Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Fri, 16 Apr 2021 20:42:30 +0200 Subject: [PATCH] Update Lottie-Dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 772e31c..023fd33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.afollestad.material-dialogs:input:3.3.0' - implementation 'com.airbnb.android:lottie:3.4.2' + implementation 'com.airbnb.android:lottie:3.6.0' implementation 'com.amitshekhar.android:android-networking:1.0.2' implementation 'com.github.cyb3rko:about-icons:1.2.1' implementation 'com.github.GrenderG:Toasty:1.5.0'