Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Update to ViewPager2 1.0.0-beta02
Browse files Browse the repository at this point in the history
* Updated dependency to ViewPager2 1.0.0-beta02
* Synced the sample app to I98622c80e373828448256cac9d4a06b1023a1ea3
  (no changes since last sync)
  • Loading branch information
Jakub Gielzak committed Jul 25, 2019
1 parent 0987c51 commit 38ea42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

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

0 comments on commit 38ea42c

Please sign in to comment.