Change legacy support UI dependency to more specific ViewPager dependency.

PiperOrigin-RevId: 247902405
This commit is contained in:
tonihei 2019-05-13 10:52:36 +01:00 committed by Oliver Woodman
parent 90fc659b75
commit 7d1ce3b13e

View File

@ -63,7 +63,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.0.2'
implementation 'com.android.support:support-core-ui:' + supportLibraryVersion
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.fragment:fragment:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation project(modulePrefix + 'library-core')