Skip to content

Commit 2c0a5cf

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.3.0
1 parent 8105284 commit 2c0a5cf

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
@@ -53,6 +53,6 @@ dependencies {
5353
implementation 'androidx.appcompat:appcompat:1.6.1'
5454
implementation 'com.google.android.material:material:1.11.0'
5555
testImplementation 'junit:junit:4.13.2'
56-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
56+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5858
}

0 commit comments

Comments
 (0)