diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index dbd59c6cc5..d744f34931 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -37,6 +37,7 @@ + @@ -49,6 +50,7 @@ + diff --git a/library/build.gradle b/library/build.gradle index d2c575fabf..2404cb2f86 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -88,7 +88,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.6.1' // Android JUnit Runner - androidTestImplementation 'androidx.test:runner:1.6.2' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1' diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 41a1c50162..256ac1b919 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -60,5 +60,5 @@ dependencies { androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test:runner:1.6.2' + androidTestImplementation 'androidx.test:runner:1.7.0' }