mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Introduce dagger
This commit is contained in:
parent
c926437a0e
commit
6a7b7cbbe8
7 changed files with 108 additions and 6 deletions
|
|
@ -43,6 +43,12 @@ dependencies {
|
|||
implementation 'com.facebook.fresco:fresco:1.3.0'
|
||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||
|
||||
implementation "com.google.dagger:dagger:$DAGGER_VERSION"
|
||||
implementation "com.google.dagger:dagger-android-support:$DAGGER_VERSION"
|
||||
|
||||
annotationProcessor "com.google.dagger:dagger-android-processor:$DAGGER_VERSION"
|
||||
annotationProcessor "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.robolectric:robolectric:3.4'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue