Hey everyone \o/ I'm trying to use airbnb lottie-c...
# compose
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