Skip to content

Commit

Permalink
Remove coil-accompanist from readme (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom authored Mar 27, 2024
2 parents 03584c7 + 6b3bd4b commit e7f1f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the bottom of the screen.
- __Home__ [screen][home] where you can explore flights, hotels, and restaurants specifying
the number of people.
- Clicking on the number of people refreshes the destinations.
- Destination's images are retrieved using the [coil-accompanist][coil-accompanist] library.
- Destination's images are retrieved using the [Coil][coil] library.
- __Calendar__ [screen][calendar]. Tapping on __Select Dates__ takes you to a calendar built
completely from scratch. It makes a heavy usage of Compose's state APIs.
- Destination's __Details__ [screen][details]. When tapping on a destination, a new screen
Expand Down Expand Up @@ -117,5 +117,5 @@ limitations under the License.
[detailsViewModel]: app/src/main/java/androidx/compose/samples/crane/details/DetailsViewModel.kt
[homeTest]: app/src/androidTest/java/androidx/compose/samples/crane/home/HomeTest.kt
[detailsTest]: app/src/androidTest/java/androidx/compose/samples/crane/details/DetailsActivityTest.kt
[coil-accompanist]: https://google.github.io/accompanist/coil/
[coil]: https://coil-kt.github.io/coil/
[hilt]: https://d.android.com/hilt
1 change: 0 additions & 1 deletion Jetchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ limitations under the License.
```

[compose]: https://developer.android.com/jetpack/compose
[coil-accompanist]: https://google.github.io/accompanist/coil/
4 changes: 2 additions & 2 deletions Jetsnack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Jetsnack utilizes custom [`Layout`](https://developer.android.com/reference/kotl
## Data
Domain types are modelled in the [model package](app/src/main/java/com/example/jetsnack/model), each containing static sample data exposed using fake `Repo`s objects.

Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using [coil-accompanist][coil-accompanist].
Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using the [Coil][coil] library.

## Baseline Profiles
For [Baseline profiles](https://developer.android.com/topic/performance/baselineprofiles), see the [compose-latest](https://github.com/android/compose-samples/tree/compose-latest/Jetsnack) branch.
Expand All @@ -77,4 +77,4 @@ limitations under the License.
```

[compose]: https://developer.android.com/jetpack/compose
[coil-accompanist]: https://google.github.io/accompanist/coil/
[coil]: https://coil-kt.github.io/coil/

0 comments on commit e7f1f8d

Please sign in to comment.