Update third party dependencies

pull/795/head
Alex Baker 5 years ago
parent 4a33051bae
commit 30943b9e64

@ -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'

Loading…
Cancel
Save