From 488fbe19fd705d2c9c1f265cd22760ae21f9a4ff Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 16 Dec 2023 20:42:12 +0100 Subject: [PATCH] build.gradle: update AndroidX Annotation to 1.7.1 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 13d4afa..6f7ae73 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -13,7 +13,7 @@ configurations { dependencies { 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.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0'