File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
com.vogella.android.daggerjunitmockito/app Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,20 @@ ext {
31
31
supportLibraryVersion = ' 23.4.0'
32
32
guavaVersion = ' 18.0'
33
33
glideVersion = ' 3.6.1'
34
- junitVersion = ' 4.12 '
34
+
35
35
mockitoVersion = ' 1.10.19'
36
36
powerMockito = ' 1.6.2'
37
37
hamcrestVersion = ' 1.3'
38
38
runnerVersion = ' 0.5'
39
39
rulesVersion = ' 0.5'
40
40
espressoVersion = ' 2.2.2'
41
+ JUNIT_VERSION = ' 4.12'
41
42
DAGGER_VERSION = ' 2.4'
42
43
}
43
44
44
45
dependencies {
45
46
// Dependencies for local unit tests
46
- testCompile " junit:junit:$j unitVersion "
47
+ testCompile " junit:junit:$J UNIT_VERSION "
47
48
testCompile " org.mockito:mockito-all:$mockitoVersion "
48
49
testCompile " org.hamcrest:hamcrest-all:$hamcrestVersion "
49
50
testCompile " org.powermock:powermock-module-junit4:$powerMockito "
You can’t perform that action at this time.
0 commit comments