diff --git a/app/build.gradle b/app/build.gradle index 1a8e17854..87eacba70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,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.4.0' + implementation 'androidx.annotation:annotation:1.5.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' } diff --git a/starter/stub/build.gradle b/starter/stub/build.gradle index ee6d1c55f..93e9e403a 100644 --- a/starter/stub/build.gradle +++ b/starter/stub/build.gradle @@ -24,5 +24,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.4.0' + implementation 'androidx.annotation:annotation:1.5.0' }