Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-11 10:57:11 +04:00
parent 7141c0e6ee
commit 91ec85c3eb
12 changed files with 269 additions and 93 deletions

View file

@ -18,6 +18,7 @@ dependencies {
/** AndroidX libraries */
implementation(deps.androidx.fragment.ktx)
implementation(deps.androidx.paging.runtime)
implementation(deps.androidx.palette)
/** Compose */
implementation(deps.compose.constraintLayout)