From 9c6c58d856d066fa4b6d50df18e91030fdbcf0f1 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 28 Jun 2020 16:23:28 +0200 Subject: [PATCH] build.gradle: Update AndroidX DrawerLayout 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 959f8bd..50da3e7 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - implementation 'androidx.drawerlayout:drawerlayout:1.0.0' + implementation 'androidx.drawerlayout:drawerlayout:1.1.0' implementation 'androidx.core:core:1.3.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.12'