Update third party deps

pull/795/head
Alex Baker 5 years ago
parent 0dd1ad8a4d
commit 15f816883e

@ -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}"

Loading…
Cancel
Save