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 0798de1 commit e9c88faCopy full SHA for e9c88fa
library/build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
61
androidTestImplementation 'androidx.test:runner:1.4.0'
62
androidTestImplementation 'androidx.test:core:1.4.0'
63
- androidTestImplementation('androidx.fragment:fragment-testing:1.4.0') {
+ androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') {
64
exclude group: 'androidx.test', module: 'monitor'
65
}
66
implementation 'androidx.appcompat:appcompat:1.4.1'
0 commit comments