From a32e9a30f3eb4ec215442899abc36b56ce7d5749 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 1 Apr 2021 00:32:56 +0200 Subject: [PATCH] build.gradle: Update AndroidX Annotation to 1.2.0. --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 6651da6..cff3f5f 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.1.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1'