show poster on details screen

This commit is contained in:
Owen LeJeune
2022-02-11 10:27:10 -05:00
parent 5e7a0852de
commit a7ba8cfb4c
21 changed files with 183 additions and 72 deletions

View File

@@ -7,6 +7,7 @@ object Versions {
const val compose_accompanist = "0.22.1-rc"
const val compose_navigation = "2.4.0"
const val compose_paging = "1.0.0-alpha14"
const val compose_constraint_layout = "1.0.0"
const val gradle = "7.1.0"
const val junit = "4.13.2"
const val androidx_junit = "1.1.3"