From 85f5851e3e5f44697bee2d3b670cd084c21b337d Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 20 Apr 2020 16:58:16 +0200 Subject: [PATCH] Updated view pager2 --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) 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"