Skip to content

Commit e9c88fa

Browse files
committed
Update dependency androidx.fragment:fragment-testing to v1.4.1
1 parent 0798de1 commit e9c88fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
6161
androidTestImplementation 'androidx.test:runner:1.4.0'
6262
androidTestImplementation 'androidx.test:core:1.4.0'
63-
androidTestImplementation('androidx.fragment:fragment-testing:1.4.0') {
63+
androidTestImplementation('androidx.fragment:fragment-testing:1.4.1') {
6464
exclude group: 'androidx.test', module: 'monitor'
6565
}
6666
implementation 'androidx.appcompat:appcompat:1.4.1'

0 commit comments

Comments
 (0)