Skip to content

Commit

Permalink
Downgrade robolectric
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Jul 9, 2024
1 parent c44bc95 commit aa38c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ dependencies {
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'androidx.test:core-ktx:1.6.1'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.13'
//Don't update this because it breaks tests
testImplementation 'org.robolectric:robolectric:4.12.2'
}

0 comments on commit aa38c8f

Please sign in to comment.