From b59f2b479899390fa6aca34e22b056e9ba213059 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 27 Dec 2017 02:59:48 +0900 Subject: [PATCH] Update build tools and dependencies (fixes #1001) --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9dbf267a..c1a1c7d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,19 +8,19 @@ dependencies { implementation 'com.google.zxing:android-integration:3.3.0' implementation 'com.google.code.gson:gson:2.8.2' implementation 'org.mindrot:jbcrypt:0.4' - implementation 'com.google.guava:guava:23.5-android' + implementation 'com.google.guava:guava:23.6-android' implementation 'com.annimon:stream:1.1.9' implementation 'com.android.volley:volley:1.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' - implementation "com.google.dagger:dagger:2.13" - annotationProcessor "com.google.dagger:dagger-compiler:2.13" + implementation "com.google.dagger:dagger:2.14.1" + annotationProcessor "com.google.dagger:dagger-compiler:2.14.1" androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.android.support:support-annotations:27.0.2' } android { compileSdkVersion 26 - buildToolsVersion "26.0.2" + buildToolsVersion "27.0.2" buildTypes.debug.applicationIdSuffix ".debug" dataBinding.enabled = true