aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-03-07 17:45:18 +0530
committerGitHub <noreply@github.com>2020-03-07 17:45:18 +0530
commit29f124a0bcd900aa131e30dbe0452dcd53f21af2 (patch)
tree7bc7a153f7bff174ea65a8fc843aabb2f9accf52 /app/build.gradle
parent73058d10a8e28fe4e7636ad5c73eeb8651369cdb (diff)
Upgrade all dependencies (#649)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index fa85c61b..619323e9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -88,11 +88,7 @@ dependencies {
implementation deps.androidx.material
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'
- }
- }
+ implementation(deps.androidx.recycler_view)
implementation deps.kotlin.coroutines.android
implementation deps.kotlin.coroutines.core