Skip to content

Commit 61ba61e

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
1 parent b129e5a commit 61ba61e

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'com.google.android.material:material:1.3.0'
3636
implementation 'de.hdodenhof:circleimageview:3.1.0'
3737
testImplementation 'junit:junit:4.13.2'
38-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
38+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
3939
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4040
implementation project(':openCVLibrary341')
4141
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

0 commit comments

Comments
 (0)