Skip to content

Commit

Permalink
Merge pull request #574 from hannesa2/dependabot/gradle/android/OneSa…
Browse files Browse the repository at this point in the history
…mple/androidx.test-rules-1.6.1

Bump androidx.test:rules from 1.4.0 to 1.6.1 in /android
  • Loading branch information
hannesa2 authored Jun 27, 2024
2 parents c87e1de + a800dea commit b5dbdff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/codescanner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

implementation 'com.google.android.gms:play-services-code-scanner:16.1.0'

androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'com.google.truth:truth:1.0.1'
Expand Down
2 changes: 1 addition & 1 deletion android/digitalink/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {

implementation 'com.google.mlkit:digital-ink-recognition:18.1.0'

androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'com.google.truth:truth:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion android/documentscanner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

implementation 'com.google.android.gms:play-services-mlkit-document-scanner:16.0.0-beta1'

androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'com.google.truth:truth:1.0.1'
Expand Down
2 changes: 1 addition & 1 deletion android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {

// AndroidJUnitRunner and JUnit Rules
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test:rules:1.6.1'

// Assertions
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit b5dbdff

Please sign in to comment.