build.gradle: update AndroidX Annotation to 1.7.1

This commit is contained in:
Andreas Schildbach 2023-12-16 20:42:12 +01:00
parent 2843f84b45
commit 488fbe19fd

View file

@ -13,7 +13,7 @@ configurations {
dependencies { dependencies {
implementation project(':public-transport-enabler') implementation project(':public-transport-enabler')
implementation 'androidx.annotation:annotation:1.7.0' implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0'