From 71af1e0368e0ade9b595e48f7f4bf1ea34b04e68 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 1 Apr 2019 22:35:29 +0200 Subject: [PATCH] Update AndroidX Core to 1.0.1. --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 2b80cf7..7da58e3 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -14,7 +14,7 @@ dependencies { 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' + compile 'androidx.core:core:1.0.1' compile 'com.squareup.okhttp3:okhttp:3.12.1' compile 'com.squareup.okhttp3:logging-interceptor:3.12.1' compile 'com.google.guava:guava:27.0.1-android'