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

Commit 8b1062f

Browse files
Update dependency androidx.test:runner to v1.5.1
1 parent 336b804 commit 8b1062f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.1'
8686
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
8787
}

0 commit comments

Comments
 (0)