Commit 7d1ce3b1 by tonihei Committed by Oliver Woodman

Change legacy support UI dependency to more specific ViewPager dependency.

PiperOrigin-RevId: 247902405
parent 90fc659b
Showing with 1 additions and 1 deletions
...@@ -63,7 +63,7 @@ android { ...@@ -63,7 +63,7 @@ android {
dependencies { dependencies {
implementation 'androidx.annotation:annotation:1.0.2' 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 'androidx.fragment:fragment:1.0.0'
implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.android.material:material:1.0.0'
implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-core')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment