diff --git a/Smodr/build.gradle b/Smodr/build.gradle index ddeb7a96..3e7dcbba 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation 'androidx.room:room-testing:2.6.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - androidTestImplementation 'androidx.annotation:annotation:1.5.0' + androidTestImplementation 'androidx.annotation:annotation:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.5.0'