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 cddb33aCopy full SHA for cddb33a
library/build.gradle
@@ -62,7 +62,7 @@ dependencies {
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'
65
- androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
+ androidTestImplementation('androidx.fragment:fragment-testing:1.6.2') {
66
exclude group: 'androidx.test', module: 'monitor'
67
}
68
implementation 'androidx.appcompat:appcompat:1.6.1'
0 commit comments