From 541fa5cb1f03d99684feb912e5035113d9a1f3c7 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 8 Mar 2020 22:54:10 -0700 Subject: [PATCH] Update dependencies --- app/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 63457d763..bbdeb645b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}" implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}" - def vOkHttp = '3.12.8' + def vOkHttp = '3.12.10' implementation("com.squareup.okhttp3:okhttp:${vOkHttp}") { force = true } @@ -122,12 +122,12 @@ dependencies { implementation 'androidx.biometric:biometric:1.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01' implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.fragment:fragment-ktx:1.2.2' - implementation 'androidx.work:work-runtime:2.3.2' + implementation 'androidx.work:work-runtime:2.3.3' implementation 'androidx.transition:transition:1.3.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.core:core-ktx:1.2.0' diff --git a/build.gradle b/build.gradle index c3ee75dca..a085790de 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ if (configPath.exists()) configPath.withInputStream { is -> props.load(is) } buildscript { - ext.vKotlin = '1.3.61' + ext.vKotlin = '1.3.70' repositories { google()