Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Jan 13, 2024
2 parents f2c2ebf + 6102d79 commit e124b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build

on:
release:
types: [published]
push:
paths-ignore:
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Compose Multiplatform port of [airbnb/lottie-compose](https://github.com/airbnb/


dependencies {
implementation("com.github.alexzhirkevich:compottie:<version>")
implementation("io.github.alexzhirkevich:compottie:<version>")
}
```

# Usage

Basically the same as described in [airbnb docs](https://github.com/airbnb/lottie/blob/master/android-compose.md)
Basically the same as described in [airbnb docs](https://github.com/airbnb/lottie/blob/master/android-compose.md#basic-usage)

0 comments on commit e124b32

Please sign in to comment.