Skip to content

Commit

Permalink
Merge pull request #1788 from nextcloud/dependabot/gradle/org.robolec…
Browse files Browse the repository at this point in the history
…tric-robolectric-4.10.2

build(deps): Bump org.robolectric:robolectric from 4.10 to 4.10.2
  • Loading branch information
AndyScherzinger authored May 18, 2023
2 parents 2dbc168 + 9661b62 commit 0f3100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
testImplementation 'org.robolectric:robolectric:4.10'
testImplementation 'org.robolectric:robolectric:4.10.2'

implementation fileTree(dir: 'libs', include: ['*.jar'])
}

0 comments on commit 0f3100b

Please sign in to comment.