- dropbox dep

This commit is contained in:
Andy Rozman 2021-05-05 16:58:37 +01:00
parent 12a3609565
commit 7738520a2d

View file

@ -197,7 +197,7 @@ dependencies {
/* Dagger2 - We are going to use dagger.android which includes
* support for Activity and fragment injection so we need to include
* the following dependencies */
implementation 'com.dropbox.core:dropbox-core-sdk:2.1.1'
annotationProcessor "com.google.dagger:dagger-compiler:$dagger_version"
annotationProcessor "com.google.dagger:dagger-android-processor:$dagger_version"