diff --git a/app/build.gradle b/app/build.gradle index fb4b9354db..dfbf453e04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -271,6 +271,9 @@ dependencies { implementation "androidx.appcompat:appcompat:$appcompat_version" implementation "androidx.fragment:fragment:$fragment_version" + // https://mvnrepository.com/artifact/androidx.viewpager2/viewpager2 + implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01" + // https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview // https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection implementation "androidx.recyclerview:recyclerview:$recyclerview_version"