Skip to content

Commit

Permalink
fix robolectric version
Browse files Browse the repository at this point in the history
  • Loading branch information
af-dudka committed Aug 7, 2024
1 parent 0237486 commit 0dccb6b
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 @@ -48,7 +48,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.robolectric:robolectric:4.11.0'
testImplementation 'org.robolectric:robolectric:4.11'

testImplementation 'com.segment.analytics.android:analytics:4.+'
testImplementation 'com.segment.analytics.android:analytics-tests:4.+'
Expand Down

0 comments on commit 0dccb6b

Please sign in to comment.