Skip to content

Commit

Permalink
Updated ViewPager2 sample to 1.0.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Gielzak committed Oct 23, 2019
1 parent 87e58d1 commit 7178973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewPager2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.viewpager2:viewpager2:1.0.0-beta05'
implementation 'androidx.viewpager2:viewpager2:1.0.0-rc01'
implementation 'androidx.fragment:fragment-ktx:1.2.0-beta02'
implementation 'com.google.android.material:material:1.2.0-alpha01'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
Expand Down

0 comments on commit 7178973

Please sign in to comment.