Skip to content

Commit

Permalink
Upgrade to Robolectric 4.11.1
Browse files Browse the repository at this point in the history
Fixes Android SDK 34 compatibility
  • Loading branch information
emanuele-f committed Dec 2, 2023
1 parent 68a067c commit 322a696
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 @@ -72,7 +72,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation "org.robolectric:robolectric:4.10.3"
testImplementation "org.robolectric:robolectric:4.11.1"

// AndroidX
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit 322a696

Please sign in to comment.