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") }