From 45e213b14a4ecb5697dfd38f4fa562f451eb86ec Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 31 Oct 2023 12:36:41 +0100 Subject: [PATCH] build.gradle: update AndroidX Annotation to 1.7.0 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 03b013d..7b8990b 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.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'