diff --git a/app/build.gradle b/app/build.gradle index cb5a6af..b8b9edd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:core:1.6.1' - androidTestImplementation 'androidx.test:runner:1.6.2' + androidTestImplementation 'androidx.test:runner:1.7.0' } def sidecarGoDir = file("${rootDir}/go-sidecar")