diff --git a/app/build.gradle b/app/build.gradle index 645f8c0..55c5ff1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,6 +57,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.annotation:annotation:1.2.0' + implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' }