From d371d017b760a959f4e25650fc3f31dac5814938 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 22 Mar 2019 00:49:55 -0400 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6ba630276..76ec56331 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,10 +38,10 @@ dependencies { implementation "androidx.recyclerview:recyclerview:${androidXVersion}" implementation "androidx.cardview:cardview:${androidXVersion}" implementation "com.google.android.material:material:${androidXVersion}" - implementation 'androidx.work:work-runtime:2.0.0-rc01' + implementation 'androidx.work:work-runtime:2.0.0' implementation 'androidx.transition:transition:1.0.1' - def libsuVersion = '2.3.1' + def libsuVersion = '2.3.2' implementation "com.github.topjohnwu.libsu:core:${libsuVersion}" implementation "com.github.topjohnwu.libsu:io:${libsuVersion}"