From 329e6e5e81392a76658826e26fd5da3b616611c2 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 9 Feb 2022 16:18:44 +0100 Subject: [PATCH] build.gradle: update AndroidX Annotation to 1.3.0 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 116158c..fe735a7 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -13,7 +13,7 @@ configurations { dependencies { implementation project(':public-transport-enabler') implementation 'de.schildbach.wallet:integration-android:2.0' - implementation 'androidx.annotation:annotation:1.2.0' + implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1'