From 30943b9e6449a2d070dc76ac0f3072fab811c99a Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 5 Mar 2019 16:19:58 -0600 Subject: [PATCH] Update third party dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f43ec7a71..374e8c426 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,9 +108,9 @@ configurations { } final DAGGER_VERSION = '2.16' -final BUTTERKNIFE_VERSION = '10.0.0' +final BUTTERKNIFE_VERSION = '10.1.0' final STETHO_VERSION = '1.5.0' -final WORK_VERSION = '1.0.0-beta05' +final WORK_VERSION = '1.0.0' final LEAKCANARY_VERSION = '1.6.3' final ROOM_VERSION = '2.1.0-alpha04' @@ -140,7 +140,7 @@ dependencies { debugImplementation 'androidx.multidex:multidex:2.0.1' implementation 'me.saket:better-link-movement-method:2.2.0' - implementation 'com.squareup.okhttp3:okhttp:3.11.0' + implementation 'com.squareup.okhttp3:okhttp:3.13.1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.github.rey5137:material:1.2.5' implementation 'com.nononsenseapps:filepicker:4.2.1' @@ -167,7 +167,7 @@ dependencies { implementation 'com.google.apis:google-api-services-tasks:v1-rev55-1.25.0' implementation 'com.google.apis:google-api-services-drive:v3-rev136-1.25.0' implementation 'com.google.api-client:google-api-client-android:1.27.0' - implementation 'com.android.billingclient:billing:1.2' + implementation 'com.android.billingclient:billing:1.2.1' implementation("android.arch.work:work-runtime:${WORK_VERSION}") { // https://groups.google.com/forum/#!topic/guava-announce/Km82fZG68Sw exclude group: 'com.google.guava', module: 'listenablefuture'