We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b2c12 commit 855d465Copy full SHA for 855d465
settings.gradle
@@ -58,7 +58,7 @@ dependencyResolutionManagement {
58
// Versions for dependencies
59
version('compose', '1.5.1')
60
version('coroutines', '1.7.3')
61
- version('dagger', '2.51.1')
+ version('dagger', '2.47')
62
version('errorprone', '2.18.0')
63
version('kotlin', '1.8.22')
64
version('mockito', '5.3.1')
@@ -87,7 +87,7 @@ dependencyResolutionManagement {
87
library('androidx-futures', 'androidx.concurrent:concurrent-futures:1.1.0')
88
library('androidx-junit', 'androidx.test.ext:junit:1.1.5')
89
library('androidx-recyclerview','androidx.recyclerview:recyclerview:1.3.1')
90
- library('androidx-test.core', 'androidx.test:core:1.4.0')
+ library('androidx-test.core', 'androidx.test:core:1.6.0')
91
library('androidx-test.ktx', 'androidx.test:core-ktx:1.5.0')
92
library('androidx-test.ktx.junit', 'androidx.test.ext:junit-ktx:1.1.5')
93
library('androidx-test.rules', 'androidx.test:rules:1.4.0')
0 commit comments