Skip to content

Commit 1d0c004

Browse files
authored
Merge pull request #35 from pcolby/dependabot/gradle/androidx.test.ext-junit-1.2.1
Bump androidx.test.ext:junit from 1.2.0 to 1.2.1
2 parents 7a50f52 + a4d3420 commit 1d0c004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ dependencies {
6464
implementation 'androidx.appcompat:appcompat:1.7.0'
6565
implementation 'com.google.android.material:material:1.12.0'
6666
testImplementation 'junit:junit:4.13.2'
67-
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
67+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6868
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6969
}

0 commit comments

Comments
 (0)