update dagger

This commit is contained in:
Phillip Thelen 2016-07-19 16:17:17 +02:00
parent 89c4d351c2
commit 723ea095c3

View file

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