Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a1511b

Browse files
authoredJun 24, 2024··
Update dependency androidx.test.ext:junit to v1.2.0
1 parent c28cf5a commit 3a1511b

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
@@ -71,6 +71,6 @@ dependencies {
7171
implementation "io.github.hoc081098:FlowExt:0.2.0"
7272

7373
testImplementation 'junit:junit:4.13.2'
74-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
74+
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
7676
}

0 commit comments

Comments
 (0)
Please sign in to comment.