diff --git a/app/build.gradle b/app/build.gradle index 7aab5ff96e..3554ff54b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -311,7 +311,7 @@ dependencies { implementation "com.evernote:android-job:1.2.6" implementation 'com.android.support:multidex:1.0.3' //implementation 'com.google.dagger:dagger-android-support:2.x' // if you use the support libraries - annotationProcessor 'com.google.dagger:dagger-compiler:2.25.4' + annotationProcessor 'com.google.dagger:dagger-compiler:2.45' implementation 'net.danlew:android.joda:2.10.6.1' testImplementation 'joda-time:joda-time:2.10.7'