From 86681291b20dfee257290b592710923d8b3422d4 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 8 Oct 2018 15:17:04 +0200 Subject: [PATCH] Update support libraries to 28.0.0. --- oeffi/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 17e0ae3..0aa384d 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -11,11 +11,9 @@ configurations { dependencies { compile project(':enabler') compile 'de.schildbach.wallet:integration-android:2.0' - compile 'com.android.support:support-annotations:27.1.1' - compile 'com.android.support:support-compat:27.1.1' - compile 'com.android.support:support-core-ui:27.1.1' - compile 'com.android.support:support-core-utils:27.1.1' - compile 'com.android.support:recyclerview-v7:27.1.1' + compile 'com.android.support:support-annotations:28.0.0' + compile 'com.android.support:recyclerview-v7:28.0.0' + compile 'com.android.support:drawerlayout:28.0.0' compile 'com.squareup.okhttp3:okhttp:3.11.0' compile 'com.squareup.okhttp3:logging-interceptor:3.11.0' compile 'com.google.guava:guava:25.1-android'