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 bbf3533 commit 84d7ed2Copy full SHA for 84d7ed2
library/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
64
androidTestImplementation 'androidx.test:runner:1.4.0'
65
androidTestImplementation 'androidx.test:core:1.4.0'
66
- androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
+ androidTestImplementation('androidx.fragment:fragment-testing:1.6.2') {
67
exclude group: 'androidx.test', module: 'monitor'
68
}
69
implementation 'androidx.appcompat:appcompat:1.5.1'
0 commit comments