Skip to content

Commit

Permalink
build: bump robolectric to 4.11.1
Browse files Browse the repository at this point in the history
Needed because of compileSdk bump
  • Loading branch information
wzieba committed Feb 1, 2024
1 parent 7e49a48 commit 4e5d5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-process:2.6.2'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.test:core:1.5.0'
testImplementation "org.assertj:assertj-core:$assertJVersion"
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 4e5d5cb

Please sign in to comment.