From 4c421b0aae414c63f21173b6f4e9701b8642496f Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 1 Apr 2019 22:34:59 +0200 Subject: [PATCH] Update AndroidX Annotation to 1.0.2. --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index f8182ae..2b80cf7 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -11,7 +11,7 @@ configurations { dependencies { compile project(':enabler') compile 'de.schildbach.wallet:integration-android:2.0' - compile 'androidx.annotation:annotation:1.0.0' + compile 'androidx.annotation:annotation:1.0.2' compile 'androidx.recyclerview:recyclerview:1.0.0' compile 'androidx.drawerlayout:drawerlayout:1.0.0' compile 'androidx.core:core:1.0.0'