Skip to content

Commit acd8656

Browse files
dependencies update
1 parent 4de2b66 commit acd8656

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ dependencies {
3535
implementation 'com.jjoe64:graphview:4.2.2'
3636
// Unit Test Dependencies
3737
testImplementation 'junit:junit:4.12'
38-
testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
39-
testImplementation 'org.powermock:powermock-api-mockito2:2.0.2'
38+
testImplementation 'org.powermock:powermock-module-junit4:2.0.4'
39+
testImplementation 'org.powermock:powermock-api-mockito2:2.0.4'
4040
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
41-
testImplementation 'org.robolectric:robolectric:4.3'
41+
testImplementation 'org.robolectric:robolectric:4.3.1'
4242
testImplementation 'androidx.test.ext:junit:1.1.1'
4343
// Android Test Dependencies
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

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-
#Mon Oct 14 11:45:47 EDT 2019
2+
#Sat Oct 19 08:20:38 EDT 2019
33
version_minor=0
4-
version_build=11
4+
version_build=12
55
version_patch=8
6-
version_store=49
76
version_major=2
7+
version_store=49

0 commit comments

Comments
 (0)