Skip to content

Commit

Permalink
Update dependency androidx.test:core to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 47b2c12 commit f4cef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencyResolutionManagement {
// Versions for dependencies
version('compose', '1.5.1')
version('coroutines', '1.7.3')
version('dagger', '2.51.1')
version('dagger', '2.47')
version('errorprone', '2.18.0')
version('kotlin', '1.8.22')
version('mockito', '5.3.1')
Expand Down Expand Up @@ -87,7 +87,7 @@ dependencyResolutionManagement {
library('androidx-futures', 'androidx.concurrent:concurrent-futures:1.1.0')
library('androidx-junit', 'androidx.test.ext:junit:1.1.5')
library('androidx-recyclerview','androidx.recyclerview:recyclerview:1.3.1')
library('androidx-test.core', 'androidx.test:core:1.4.0')
library('androidx-test.core', 'androidx.test:core:1.6.1')
library('androidx-test.ktx', 'androidx.test:core-ktx:1.5.0')
library('androidx-test.ktx.junit', 'androidx.test.ext:junit-ktx:1.1.5')
library('androidx-test.rules', 'androidx.test:rules:1.4.0')
Expand Down

0 comments on commit f4cef96

Please sign in to comment.