From cdc7c2767bfba8b580a1284915ff73afd5e3ad66 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 6 Jan 2019 23:29:01 +0100 Subject: [PATCH] Update dependencies Signed-off-by: Mario Danic --- app/build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51f5677df..87ce9a49d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,9 @@ dependencies { implementation 'org.michaelevans.colorart:library:0.0.3' implementation "android.arch.work:work-runtime:1.0.0-beta01" implementation "android.arch.work:work-firebase:${workVersion}" - androidTestImplementation "android.arch.work:work-testing:${workVersion}" + androidTestImplementation "android.arch.work:work-testing:1.0.0-beta01" + implementation "android.arch.work:work-rxjava2:1.0.0-beta01" + implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" @@ -157,8 +159,8 @@ dependencies { compileOnly "org.projectlombok:lombok:1.18.4" annotationProcessor "org.projectlombok:lombok:1.18.4" - implementation 'com.jakewharton:butterknife:9.0.0-rc2' - annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc2' + implementation 'com.jakewharton:butterknife:10.0.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0' implementation 'com.github.HITGIF:TextFieldBoxes:1.4.3'