diff --git a/app/build.gradle b/app/build.gradle index 75cdb52..16e5d9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,9 +70,9 @@ dependencies { debugImplementation "com.squareup.leakcanary:leakcanary-android:$leak_canary_version" implementation "com.squareup.leakcanary:plumber-android:$leak_canary_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:core:1.5.0' + androidTestImplementation 'androidx.test:core:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test:rules:1.5.0' + androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation "com.squareup.leakcanary:leakcanary-android-instrumentation:$leak_canary_version" }