diff --git a/README.md b/README.md index acf64a04..4187c190 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ dependencies { } ``` -or using the version catalog - ```toml [versions] compottie="" @@ -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).