Answers for "lottie duration android studio"

6

lottie dependency android

def lottieVersion = "3.4.0" 
implementation "com.airbnb.android:lottie:$lottieVersion"
Posted by: Guest on July-24-2020
2

add lottie to android studio

def lottieVersion = "3.4.0" 
implementation "com.airbnb.android:lottie:$lottieVersion"
Posted by: Guest on May-30-2021

Browse Popular Code Answers by Language