aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorglowinthedark <48893368+glowinthedark@users.noreply.github.com>2020-02-29 21:50:09 +0100
committerGitHub <noreply@github.com>2020-03-01 02:20:09 +0530
commit09005f804335ee86fdcedd50221f1bb5984646da (patch)
treebce6e459c9237a7f2e8331285df389149c940674 /app/build.gradle
parent947e41105b3fdfb7ce9734fb25119c46695f7bba (diff)
swipe to refresh using androidx SwipeRefreshLayout (#645)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 78557cc1..adf9e3f7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -84,6 +84,7 @@ dependencies {
implementation deps.androidx.constraint_layout
implementation deps.androidx.documentfile
implementation deps.androidx.preference
+ implementation deps.androidx.swiperefreshlayout
constraints {
implementation(deps.androidx.recycler_view) {
because 'versions above 1.0.0 have an accessibility related bug that causes crashes'