mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
feat(android): replace Accompanist swiperefresh with Compose Material
This commit is contained in:
parent
2c1fdd51f8
commit
f7b2b0f9bc
3 changed files with 20 additions and 28 deletions
|
@ -51,9 +51,9 @@ dependencies {
|
|||
implementation(projects.database)
|
||||
implementation(projects.metadataExtractor)
|
||||
implementation(projects.model)
|
||||
implementation(libs.accompanist.swiperefresh)
|
||||
implementation(libs.accompanist.sysuicontroller)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.compose.material)
|
||||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.androidx.core.splashscreen)
|
||||
implementation(libs.androidx.lifecycle.compose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue