Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent ed89abf commit 1eabd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:runner:1.5.2'

implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.3'
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
Expand Down

0 comments on commit 1eabd32

Please sign in to comment.