Skip to content

Commit a1f603d

Browse files
upgrade junit-toolbox
1 parent 4d57702 commit a1f603d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
testCompile 'junit:junit:4.12'
8787
testCompile 'org.powermock:powermock-module-junit4:1.7.3'
8888
testCompile 'org.powermock:powermock-api-mockito2:1.7.3'
89-
testCompile 'com.googlecode.junit-toolbox:junit-toolbox:2.3'
89+
testCompile 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
9090
testCompile 'org.robolectric:robolectric:3.4.2'
9191
testCompile 'org.robolectric:shadows-support-v4:3.4-rc2'
9292
}

app/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sat Oct 14 20:18:39 EDT 2017
2+
#Sat Oct 14 21:08:45 EDT 2017
33
version_minor=8
4-
version_build=0
4+
version_build=1
55
version_patch=7
6-
version_store=33
76
version_major=1
7+
version_store=33

0 commit comments

Comments
 (0)