Build failed with an exception? Android

The project is running fine when i remove the implementation 'com.airbnb.android:lottie:3.3.6' from the gradle

BUILD FAILED in 20s

build.gradle file

Logcat Error

Upvotes: 1

Views: 669

Answers (1)

Android_id
Android_id

Reputation: 1591

Please verify the version of Lottie.

Latest version you can find here: https://github.com/airbnb/lottie-android

implementation 'com.airbnb.android:lottie:3.4.0'

Upvotes: 2

Related Questions