From 723ea095c3ee9a2e5e36ede5967afef33893108f Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 19 Jul 2016 16:17:17 +0200 Subject: [PATCH] update dagger --- Habitica/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 3bfd26235..126fc3e38 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -64,8 +64,8 @@ dependencies { apt 'com.jakewharton:butterknife-compiler:8.2.1' //Dependency Injection - compile 'com.google.dagger:dagger:2.2' - apt 'com.google.dagger:dagger-compiler:2.2' + compile 'com.google.dagger:dagger:2.5' + apt 'com.google.dagger:dagger-compiler:2.5' provided 'org.glassfish:javax.annotation:10.0-b28' //App Compatibility and Material Design compile('com.mikepenz:materialdrawer:5.3.6@aar') {