Skip to content

Commit e4c4262

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ dependencies {
5757
implementation 'androidx.appcompat:appcompat:1.6.1'
5858
implementation 'com.google.android.material:material:1.11.0'
5959
testImplementation 'junit:junit:4.13.2'
60-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
60+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6262
}

0 commit comments

Comments
 (0)