From 9197bdbe1a23e1438abcc6ff1e974eed9e4ab0ed Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 29 Aug 2024 20:18:23 +0200 Subject: [PATCH] build.gradle: update AndroidX Annotation to 1.8.2 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 1f33dc4..64e36da 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -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'