Skip to content

Commit

Permalink
Update dependency org.robolectric:robolectric to v4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 952b71e commit 3aeea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {


testImplementation("androidx.test:core:1.6.1")
testImplementation("org.robolectric:robolectric:4.13")
testImplementation("org.robolectric:robolectric:4.14")
androidTestImplementation("androidx.test:runner:1.6.2")

implementation(projects.common)
Expand Down

0 comments on commit 3aeea71

Please sign in to comment.