mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Added dagger2 to the build
This commit is contained in:
parent
b1c13efcd6
commit
04f676c320
1 changed files with 7 additions and 1 deletions
|
|
@ -44,11 +44,17 @@ dependencies {
|
||||||
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
|
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
|
||||||
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
|
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
|
||||||
androidTestCompile "com.android.support:support-annotations:${project.supportLibVersion}"
|
androidTestCompile "com.android.support:support-annotations:${project.supportLibVersion}"
|
||||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
|
androidTestCompile ('com.android.support.test.espresso:espresso-core:2.2.2'){
|
||||||
|
exclude group: 'com.google.code.findbugs'
|
||||||
|
}
|
||||||
|
|
||||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
|
||||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
||||||
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
||||||
|
|
||||||
|
compile 'com.google.dagger:dagger:2.11'
|
||||||
|
compile 'com.google.dagger:dagger-android-support:2.11'
|
||||||
|
annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue