Skip to content

Commit c9c2b64

Browse files
committed
Update unused test libraries
1 parent 7054a11 commit c9c2b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ dependencies {
4646
implementation 'androidx.core:core-ktx:1.10.1'
4747
implementation 'androidx.preference:preference-ktx:1.2.0'
4848
testImplementation 'junit:junit:4.13.2'
49-
androidTestImplementation 'androidx.test:runner:1.5.2'
50-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
49+
androidTestImplementation 'androidx.test:runner:1.6.2'
50+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5151
}

0 commit comments

Comments
 (0)