Revert dagger update

This commit is contained in:
Torsten Grote
2016-12-14 16:52:38 -02:00
parent 074f5c2faf
commit ea4e2f09c8
2 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'witness'
apply plugin: 'com.neenbedankt.android-apt'
dependencies {
def supportVersion = '23.2.1'
@@ -30,7 +29,6 @@ dependencies {
compile 'info.guardianproject.trustedintents:trustedintents:0.2'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.google.zxing:core:3.2.1'
apt 'com.google.dagger:dagger-compiler:2.8'
provided 'javax.annotation:jsr250-api:1.0'
compile 'com.jpardogo.materialtabstrip:library:1.1.0'
compile 'com.github.bumptech.glide:glide:3.7.0'