Skip to content

Commit 84d7ed2

Browse files
Update dependency androidx.fragment:fragment-testing to v1.6.2
1 parent bbf3533 commit 84d7ed2

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
@@ -63,7 +63,7 @@ dependencies {
6363
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
6464
androidTestImplementation 'androidx.test:runner:1.4.0'
6565
androidTestImplementation 'androidx.test:core:1.4.0'
66-
androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
66+
androidTestImplementation('androidx.fragment:fragment-testing:1.6.2') {
6767
exclude group: 'androidx.test', module: 'monitor'
6868
}
6969
implementation 'androidx.appcompat:appcompat:1.5.1'

0 commit comments

Comments
 (0)