Skip to content

Commit

Permalink
Merge branch 'standalone-main' of https://github.com/alexzhirkevich/c…
Browse files Browse the repository at this point in the history
…ompottie into standalone-main
  • Loading branch information
Zhirkevich Alexander Y authored and Zhirkevich Alexander Y committed Jul 19, 2024
2 parents 85180b8 + ccb161f commit bdee2c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ dependencies {
}
```

or using the version catalog

```toml
[versions]
compottie="<version>"
Expand All @@ -50,6 +48,9 @@ compottie-network = { module = "io.github.alexzhirkevich:compottie-network", ver
compottie-resources = { module = "io.github.alexzhirkevich:compottie-resources", version.ref = "compottie" }
```

> [!NOTE]
For projects with Android minSdk < 26 `dot` and `network` modules require [desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring)

# Usage
The following docs describe the Compottie 2.x usage.
For Compottie 1.x docs please refer to the [airbnb docs](https://github.com/airbnb/lottie/blob/master/android-compose.md#basic-usage).
Expand Down

0 comments on commit bdee2c1

Please sign in to comment.