Skip to content

Commit 6dea57e

Browse files
Update dependency androidx.test:runner to v1.4.0 (#49)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1a3ba9b commit 6dea57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
implementation(deps.customView.textDrawable)
8787

8888
testImplementation("junit:junit:4.13")
89-
androidTestImplementation("androidx.test:runner:1.3.0")
89+
androidTestImplementation("androidx.test:runner:1.4.0")
9090
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
9191

9292
implementation(deps.firebase.auth)

0 commit comments

Comments
 (0)