build.gradle: update AndroidX Annotation to 1.5.0

This commit is contained in:
Andreas Schildbach 2022-10-24 15:55:47 +02:00
parent 6b3ede94cf
commit 9830d9b5bc

View file

@ -11,7 +11,7 @@ configurations {
dependencies {
implementation project(':public-transport-enabler')
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'