Skip to content

Commit

Permalink
Update dependency androidx.test:rules to v1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent 557b602 commit b0d8495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
androidTestImplementation('androidx.test.ext:junit:1.2.1') {
exclude group: 'com.google.guava', module: 'listenablefuture'
}
androidTestImplementation('androidx.test:rules:1.5.0') {
androidTestImplementation('androidx.test:rules:1.6.1') {
exclude group: "junit"
}
androidTestImplementation('com.tngtech.jgiven:jgiven-android:' + version)
Expand Down

0 comments on commit b0d8495

Please sign in to comment.