diff --git a/app/build.gradle b/app/build.gradle index 0cbce7936d..24b5882580 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,6 +10,7 @@ android { implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.viewpager:viewpager:1.0.0" implementation "androidx.drawerlayout:drawerlayout:1.1.1" + implementation 'androidx.core:core:1.5.0-beta02' implementation project(":terminal-view") }