Update third party libraries

pull/513/head
Alex Baker 6 years ago
parent 9b53257d5f
commit 55a8337b71

@ -107,17 +107,16 @@ configurations {
all*.exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
final DAGGER_VERSION = '2.9'
final DAGGER_VERSION = '2.16'
final BUTTERKNIFE_VERSION = '8.8.1'
final GPS_VERSION = '12.0.1'
final SUPPORT_VERSION = '27.1.1'
final ROOM_VERSION = '1.1.0-beta3'
final ROOM_VERSION = '1.1.1'
final STETHO_VERSION = '1.5.0'
final TESTING_SUPPORT_VERSION = '1.0.0'
dependencies {
implementation ":dav4android:"
implementation (":ical4android:") {
implementation(":ical4android:") {
exclude group: 'org.threeten', module: 'threetenbp'
}
@ -128,12 +127,12 @@ dependencies {
annotationProcessor "android.arch.persistence.room:compiler:${ROOM_VERSION}"
implementation "android.arch.lifecycle:extensions:1.1.1"
implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
implementation "android.arch.paging:runtime:1.0.0-rc1"
implementation "android.arch.paging:runtime:1.0.0"
annotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"
implementation "com.jakewharton:butterknife:${BUTTERKNIFE_VERSION}"
debugImplementation ("com.facebook.stetho:stetho:${STETHO_VERSION}") {
debugImplementation("com.facebook.stetho:stetho:${STETHO_VERSION}") {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
debugImplementation "com.facebook.stetho:stetho-timber:${STETHO_VERSION}@aar"
@ -141,44 +140,44 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
debugImplementation 'com.android.support:multidex:1.0.3'
implementation 'com.evernote:android-job:1.2.5'
implementation 'com.evernote:android-job:1.2.6'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.github.rey5137:material:1.2.4'
implementation 'com.nononsenseapps:filepicker:4.1.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.github.rey5137:material:1.2.5'
implementation 'com.nononsenseapps:filepicker:4.2.1'
implementation "com.android.support:design:${SUPPORT_VERSION}"
implementation "com.android.support:support-annotations:${SUPPORT_VERSION}"
implementation "com.android.support:support-v13:${SUPPORT_VERSION}"
implementation "com.android.support:cardview-v7:${SUPPORT_VERSION}"
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.jakewharton.timber:timber:4.7.0'
implementation 'com.jakewharton.threetenabp:threetenabp:1.0.5'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.jakewharton.threetenabp:threetenabp:1.1.0'
//noinspection GradleDependency
implementation 'com.google.guava:guava:20.0'
implementation 'com.jakewharton:process-phoenix:2.0.0'
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2'
implementation ('com.rubiconproject.oss:jchronic:0.2.6') {
implementation('com.rubiconproject.oss:jchronic:0.2.6') {
transitive = false
}
implementation ('org.scala-saddle:google-rfc-2445:20110304') {
implementation('org.scala-saddle:google-rfc-2445:20110304') {
transitive = false
}
implementation ('com.wdullaer:materialdatetimepicker:3.5.1') {
implementation('com.wdullaer:materialdatetimepicker:3.6.1') {
exclude group: 'com.android.support', module: 'support-v4'
}
implementation "me.leolin:ShortcutBadger:1.1.18@aar"
implementation 'com.google.apis:google-api-services-tasks:v1-rev47-1.22.0'
implementation 'com.google.api-client:google-api-client-android:1.22.0'
implementation 'com.android.billingclient:billing:1.0'
googleplayImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.1'
googleplayImplementation "com.google.firebase:firebase-core:${GPS_VERSION}"
googleplayImplementation "com.google.android.gms:play-services-location:${GPS_VERSION}"
googleplayImplementation "com.google.android.gms:play-services-auth:${GPS_VERSION}"
googleplayImplementation "com.google.android.gms:play-services-places:${GPS_VERSION}"
amazonImplementation "com.google.android.gms:play-services-analytics:${GPS_VERSION}"
implementation "me.leolin:ShortcutBadger:1.1.21@aar"
implementation 'com.google.apis:google-api-services-tasks:v1-rev52-1.23.0'
implementation 'com.google.api-client:google-api-client-android:1.23.0'
implementation 'com.android.billingclient:billing:1.1'
googleplayImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
googleplayImplementation "com.google.firebase:firebase-core:16.0.1"
googleplayImplementation "com.google.android.gms:play-services-location:15.0.1"
googleplayImplementation "com.google.android.gms:play-services-auth:15.0.1"
googleplayImplementation "com.google.android.gms:play-services-places:15.0.1"
amazonImplementation "com.google.android.gms:play-services-analytics:16.0.1"
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}"
androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}"

Loading…
Cancel
Save