Skip to content

Commit 0f6485f

Browse files
Update dependency androidx.test.ext:junit to v1.1.5
1 parent df7fd8b commit 0f6485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
implementation 'com.google.android.material:material:1.6.1'
5252
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
5353
testImplementation 'junit:junit:4.13.2'
54-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
54+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
5555
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5656

5757
// Glide

0 commit comments

Comments
 (0)