We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2f9c commit 9684beeCopy full SHA for 9684bee
library/build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
62
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
63
androidTestImplementation 'androidx.test:runner:1.4.0'
64
- androidTestImplementation 'androidx.test:core:1.4.0'
+ androidTestImplementation 'androidx.test:core:1.6.1'
65
androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
66
exclude group: 'androidx.test', module: 'monitor'
67
}
0 commit comments