Skip to content

Commit

Permalink
Update dependency androidx.viewpager2:viewpager2 to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mateuszkwiecinski committed May 14, 2024
1 parent d5f6f28 commit 5d2b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation(project(":ui"))

//noinspection UseTomlInstead, see `PluginIntegrationTest`
debugImplementation("androidx.viewpager2:viewpager2:1.0.0")
debugImplementation("androidx.viewpager2:viewpager2:1.1.0")
debugImplementation(libs.ui.tooling.preview)

testRuntimeOnly(libs.junit.platform.launcher)
Expand Down

0 comments on commit 5d2b616

Please sign in to comment.