diff --git a/app/build.gradle b/app/build.gradle index b30afabd2..ce11daced 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,6 +100,6 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.annotation:annotation:1.5.0' - implementation 'androidx.drawerlayout:drawerlayout:1.1.1' + implementation 'androidx.drawerlayout:drawerlayout:1.2.0' compileOnly project(':shell-loader:stub') }