Skip to content

Commit

Permalink
Fix typo (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin authored Nov 8, 2024
1 parent 2cdecd0 commit 9badc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading_to_coil3.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The `coil-compose` artifact's APIs are mostly unchanged. You can continue using

## General

Other import behavior changes include:
Other important behavior changes include:

- First party `Fetcher`s and `Decoder`s (e.g. `NetworkFetcher.Factory`, `SvgDecoder`, etc.) are now automatically added to each new `ImageLoader` through a service loader. This behaviour can be disabled with `ImageLoader.Builder.serviceLoaderEnabled(false)`.
- Remove support for `android.resource://example.package.name/drawable/image` URIs as it prevents resource shrinking optimizations. It's recommended to pass `R.drawable.image` values directly. Passing the resource ID instead of the resource name will still work: `android.resource://example.package.name/12345678`. If you still needs its functionality you can [manually include `ResourceUriMapper` in your component registry](https://github.com/coil-kt/coil/blob/da7d872e340430014dbc5136e35eb62f9b17662e/coil-core/src/androidInstrumentedTest/kotlin/coil3/map/ResourceUriMapper.kt).
Expand Down

0 comments on commit 9badc2b

Please sign in to comment.