feat(android): replace Accompanist swiperefresh with Compose Material

This commit is contained in:
Harsh Shandilya 2022-11-19 18:00:23 +05:30
parent 2c1fdd51f8
commit f7b2b0f9bc
No known key found for this signature in database
3 changed files with 20 additions and 28 deletions

View file

@ -20,7 +20,6 @@ workmanager = "2.8.0-beta02"
[libraries]
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = "androidx.activity:activity-compose:1.7.0-alpha02"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha07"