diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 1e01589ba6..05f5c40abc 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime" - implementation 'androidx.test:monitor:1.7.2' + implementation 'androidx.test:monitor:1.8.0' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:monitor:1.7.2' + androidTestImplementation 'androidx.test:monitor:1.8.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test:runner:1.7.0' }