Skip to content

Commit 9684bee

Browse files
Update dependency androidx.test:core to v1.6.1
1 parent a1f2f9c commit 9684bee

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
@@ -61,7 +61,7 @@ dependencies {
6161
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
6262
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
6363
androidTestImplementation 'androidx.test:runner:1.4.0'
64-
androidTestImplementation 'androidx.test:core:1.4.0'
64+
androidTestImplementation 'androidx.test:core:1.6.1'
6565
androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') {
6666
exclude group: 'androidx.test', module: 'monitor'
6767
}

0 commit comments

Comments
 (0)