Skip to content

Commit cddb33a

Browse files
Update dependency androidx.fragment:fragment-testing to v1.6.2
1 parent a1f2f9c commit cddb33a

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
@@ -62,7 +62,7 @@ dependencies {
6262
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
6363
androidTestImplementation 'androidx.test:runner:1.4.0'
6464
androidTestImplementation 'androidx.test:core:1.4.0'
65-
androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
65+
androidTestImplementation('androidx.fragment:fragment-testing:1.6.2') {
6666
exclude group: 'androidx.test', module: 'monitor'
6767
}
6868
implementation 'androidx.appcompat:appcompat:1.6.1'

0 commit comments

Comments
 (0)