Skip to content

Commit

Permalink
build: update roboelectric
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 7, 2023
1 parent a1917bc commit b3c0495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piano-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
testImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-inline:3.4.6' // Mockito extension to mock final class
testImplementation 'org.robolectric:robolectric:4.9.2'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.test.espresso:espresso-core:3.5.1'
testImplementation "org.powermock:powermock-module-junit4:$powerMockVersion"
testImplementation "org.powermock:powermock-module-junit4-rule:$powerMockVersion"
Expand Down

0 comments on commit b3c0495

Please sign in to comment.