Skip to content

Commit

Permalink
Merge pull request #69 from hossain-khan/renovate/androidx.test.ext-j…
Browse files Browse the repository at this point in the history
…unit-1.x

Update dependency androidx.test.ext:junit to v1.2.1
  • Loading branch information
hossain-khan authored Aug 30, 2024
2 parents b52d11c + f7d53c8 commit 14ffa74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation "com.jakewharton.timber:timber:5.0.1"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

}
2 changes: 1 addition & 1 deletion highlighter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation "androidx.webkit:webkit:1.11.0"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

}

0 comments on commit 14ffa74

Please sign in to comment.