mirror of
https://github.com/samsonjs/media.git
synced 2026-04-22 14:05:55 +00:00
Change legacy support UI dependency to more specific ViewPager dependency.
PiperOrigin-RevId: 247902405
This commit is contained in:
parent
90fc659b75
commit
7d1ce3b13e
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue