diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-03-07 17:45:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 17:45:18 +0530 |
commit | 29f124a0bcd900aa131e30dbe0452dcd53f21af2 (patch) | |
tree | 7bc7a153f7bff174ea65a8fc843aabb2f9accf52 /app/build.gradle | |
parent | 73058d10a8e28fe4e7636ad5c73eeb8651369cdb (diff) |
Upgrade all dependencies (#649)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
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 |