We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d44195 + aa5fb7b commit 8d5b695Copy full SHA for 8d5b695
sample_client/build.gradle
@@ -56,9 +56,9 @@ dependencies {
56
implementation "commons-httpclient:commons-httpclient:3.1@jar"
57
// remove after entire switch to lib v2
58
implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime"
59
- implementation 'androidx.test:monitor:1.7.2'
+ implementation 'androidx.test:monitor:1.8.0'
60
androidTestImplementation 'junit:junit:4.13.2'
61
- androidTestImplementation 'androidx.test:monitor:1.7.2'
+ androidTestImplementation 'androidx.test:monitor:1.8.0'
62
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
63
androidTestImplementation 'androidx.test:runner:1.7.0'
64
}
0 commit comments