Hey everyone \o/ I'm trying to use airbnb lottie-compose, but not working :confused: any help?
h
Hey everyone \o/ I'm trying to use airbnb lottie-compose, but not working 😕 any help?
h
Ok, but I don't know what to do with this 😄 sorry
Cause I've followed the steps of the site http://airbnb.io/lottie/#/android-compose
and it didn't work
p
you are trying to use lottie version, but you need to use lottie-compose version (different libraries, different versioning)
just use 1.0.0-beta07-2-SNAPSHOT version
h
some error... 😞
Just to share with you my build.gradle files
n
@henrikhorbovyi I answered you on the other slack channel 😅 Basically I follow the steps here: https://github.com/airbnb/lottie/blob/master/android-compose.md and put my animation under
res/raw
folder
😄 1
h
I'll check there \o/
Solved! ✅
Copy code
maven(url = "<https://oss.sonatype.org/content/repositories/snapshots/>")
I had to add it on settings.gradle.kts 😄
k
That was in the documentation that you linked to
h
But they said:
build.gradle
file and I had to add in
settings.gradle
file