app: switch to PullToRefresh

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-07 11:42:34 +05:30
parent a28d5085bb
commit 697e806dd8
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 43 additions and 27 deletions

View file

@ -55,6 +55,7 @@ dependencies {
implementation(Dependencies.ThirdParty.accompanist)
implementation(Dependencies.ThirdParty.composeFlowLayout)
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.pullToRefresh)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
implementation(Dependencies.ThirdParty.SQLDelight.androidDriver)
testImplementation(Dependencies.Testing.junit)