Skip to content

Commit

Permalink
Merge pull request #4070 from nextcloud/renovate/androidx.test-core-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency androidx.test:core to v1.6.1
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
2 parents 1e9b52c + 717b8fb commit cd7030f
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 @@ -323,7 +323,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'

androidTestImplementation "androidx.test:core:1.5.0"
androidTestImplementation "androidx.test:core:1.6.1"

androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
androidTestImplementation 'androidx.test:core-ktx:1.6.1'
Expand Down

0 comments on commit cd7030f

Please sign in to comment.