We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8032df7 commit d13d334Copy full SHA for d13d334
1 file changed
com.vogella.android.daggerjunitmockito/app/build.gradle
@@ -31,19 +31,20 @@ ext {
31
supportLibraryVersion = '23.4.0'
32
guavaVersion = '18.0'
33
glideVersion = '3.6.1'
34
- junitVersion = '4.12'
+
35
mockitoVersion = '1.10.19'
36
powerMockito = '1.6.2'
37
hamcrestVersion = '1.3'
38
runnerVersion = '0.5'
39
rulesVersion = '0.5'
40
espressoVersion = '2.2.2'
41
+ JUNIT_VERSION = '4.12'
42
DAGGER_VERSION ='2.4'
43
}
44
45
dependencies {
46
// Dependencies for local unit tests
- testCompile "junit:junit:$junitVersion"
47
+ testCompile "junit:junit:$JUNIT_VERSION"
48
testCompile "org.mockito:mockito-all:$mockitoVersion"
49
testCompile "org.hamcrest:hamcrest-all:$hamcrestVersion"
50
testCompile "org.powermock:powermock-module-junit4:$powerMockito"
0 commit comments