Update drawerlayout library

This commit is contained in:
Fredrik Fornwall
2020-08-09 00:07:35 +02:00
parent 5a70be1523
commit 332f1104a3

View File

@@ -9,7 +9,7 @@ android {
dependencies { dependencies {
implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.viewpager:viewpager:1.0.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") implementation project(":terminal-view")
} }