diff --git a/app/build.gradle b/app/build.gradle index efeb93fc..35e9a5d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'com.google.dagger:dagger:2.27' annotationProcessor "com.google.dagger:dagger-compiler:2.27" androidTestImplementation 'androidx.test:rules:1.2.0' - androidTestImplementation 'androidx.annotation:annotation:1.0.0' + androidTestImplementation 'androidx.annotation:annotation:1.1.0' } android {