From 332f1104a3e35123a8f9500b367072adb9c48c3a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 9 Aug 2020 00:07:35 +0200 Subject: [PATCH] Update drawerlayout library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 112bd108..7ad7cb9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { dependencies { implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.viewpager:viewpager:1.0.0" - implementation "androidx.drawerlayout:drawerlayout:1.0.0" + implementation "androidx.drawerlayout:drawerlayout:1.1.0" implementation project(":terminal-view") }