Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 2886a16

Browse files
committed
Update dependency androidx.test:runner to v1.4.0
1 parent 06736f6 commit 2886a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ dependencies {
8282
implementation (name:'ocfclient', ext:'aar')
8383
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
8484
testImplementation 'junit:junit:4.12'
85-
androidTestImplementation 'androidx.test:runner:1.1.1'
85+
androidTestImplementation 'androidx.test:runner:1.4.0'
8686
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
8787
}

0 commit comments

Comments
 (0)