From f9f1cc66162446d630596a27b4fcee90466f48f5 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 30 Aug 2019 15:41:04 +0200 Subject: [PATCH] Update androidx-annotation to 1.1.0. --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index c1abc6c..9db9452 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -11,7 +11,7 @@ configurations { dependencies { compile project(':public-transport-enabler') compile 'de.schildbach.wallet:integration-android:2.0' - compile 'androidx.annotation:annotation:1.0.2' + compile 'androidx.annotation:annotation:1.1.0' compile 'androidx.recyclerview:recyclerview:1.0.0' compile 'androidx.coordinatorlayout:coordinatorlayout:1.0.0' compile 'androidx.drawerlayout:drawerlayout:1.0.0'