build.gradle: update AndroidX Annotation to 1.8.2

This commit is contained in:
Andreas Schildbach 2024-08-29 20:18:23 +02:00
parent 558e1a6cc4
commit 9197bdbe1a

View file

@ -15,7 +15,7 @@ dependencies {
implementation(project(':public-transport-enabler')) {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'androidx.annotation:annotation:1.8.2'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'