diff --git a/app/build.gradle b/app/build.gradle index cb5a6af..aa693af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test:core:1.6.1' + androidTestImplementation 'androidx.test:core:1.7.0' androidTestImplementation 'androidx.test:runner:1.6.2' }