Skip to content

Commit d13d334

Browse files
committed
update dependency
1 parent 8032df7 commit d13d334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

com.vogella.android.daggerjunitmockito/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,20 @@ ext {
3131
supportLibraryVersion = '23.4.0'
3232
guavaVersion = '18.0'
3333
glideVersion = '3.6.1'
34-
junitVersion = '4.12'
34+
3535
mockitoVersion = '1.10.19'
3636
powerMockito = '1.6.2'
3737
hamcrestVersion = '1.3'
3838
runnerVersion = '0.5'
3939
rulesVersion = '0.5'
4040
espressoVersion = '2.2.2'
41+
JUNIT_VERSION = '4.12'
4142
DAGGER_VERSION ='2.4'
4243
}
4344

4445
dependencies {
4546
// Dependencies for local unit tests
46-
testCompile "junit:junit:$junitVersion"
47+
testCompile "junit:junit:$JUNIT_VERSION"
4748
testCompile "org.mockito:mockito-all:$mockitoVersion"
4849
testCompile "org.hamcrest:hamcrest-all:$hamcrestVersion"
4950
testCompile "org.powermock:powermock-module-junit4:$powerMockito"

0 commit comments

Comments
 (0)