From 15f816883e84b697933a8d83ab8ffb771c0f9843 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 5 Feb 2019 13:04:52 -0600 Subject: [PATCH] Update third party deps --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d6c88a74e..6afe0b31f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,11 +107,11 @@ configurations { } final DAGGER_VERSION = '2.16' -final BUTTERKNIFE_VERSION = '9.0.0-rc2' +final BUTTERKNIFE_VERSION = '10.0.0' final STETHO_VERSION = '1.5.0' final WORK_VERSION = '1.0.0-beta04' final LEAKCANARY_VERSION = '1.6.2' -final ROOM_VERSION = '2.1.0-alpha03' +final ROOM_VERSION = '2.1.0-alpha04' dependencies { implementation project(":dav4android") @@ -124,7 +124,7 @@ dependencies { annotationProcessor "androidx.room:room-compiler:${ROOM_VERSION}" implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" implementation "io.reactivex.rxjava2:rxandroid:2.0.2" - implementation "androidx.paging:paging-runtime:2.1.0-rc01" + implementation "androidx.paging:paging-runtime:2.1.0" annotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}" implementation "com.jakewharton:butterknife:${BUTTERKNIFE_VERSION}" @@ -166,19 +166,19 @@ 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.1' + implementation 'com.android.billingclient:billing:1.2' implementation("android.arch.work:work-runtime:${WORK_VERSION}") { // https://groups.google.com/forum/#!topic/guava-announce/Km82fZG68Sw exclude group: 'com.google.guava', module: 'listenablefuture' } googleplayImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.8' - googleplayImplementation "com.google.firebase:firebase-core:16.0.6" + googleplayImplementation "com.google.firebase:firebase-core:16.0.7" googleplayImplementation "com.google.android.gms:play-services-location:16.0.0" googleplayImplementation "com.google.android.gms:play-services-auth:16.0.1" googleplayImplementation "com.google.android.gms:play-services-places:16.0.0" - amazonImplementation "com.google.android.gms:play-services-analytics:16.0.6" + amazonImplementation "com.google.android.gms:play-services-analytics:16.0.7" androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}" androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"