build.gradle: update AndroidX Annotation to 1.7.0

This commit is contained in:
Andreas Schildbach 2023-10-31 12:36:41 +01:00
parent 5e3204c796
commit 45e213b14a

View file

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