From 866289bae2134ebcb3b4f3af23db3e0d0d320807 Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 26 Sep 2019 17:40:52 +0800 Subject: [PATCH] up --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 648e65cae..22922cbbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,10 +88,11 @@ dependencies { //androidX implementation 'androidx.core:core-ktx:1.2.0-alpha04' implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.media:media:1.1.0' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' - implementation 'androidx.media:media:1.1.0' + implementation 'androidx.viewpager2:viewpager2:1.0.0-beta04' implementation 'com.google.android.material:material:1.1.0-alpha10' implementation 'com.google.android:flexbox:1.1.0'