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.
2 parents e33c03b + e9c88fa commit 6001a46Copy full SHA for 6001a46
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