Skip to content

Commit 085f3e0

Browse files
Bump accompanistVersion from 0.23.0 to 0.23.1
Bumps `accompanistVersion` from 0.23.0 to 0.23.1. Updates `accompanist-pager` from 0.23.0 to 0.23.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](google/accompanist@v0.23.0...v0.23.1) Updates `accompanist-swiperefresh` from 0.23.0 to 0.23.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](google/accompanist@v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-pager dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.accompanist:accompanist-swiperefresh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bae8796 commit 085f3e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
implementation("androidx.compose.foundation:foundation-layout:$composeVersion")
8181
implementation("androidx.compose.ui:ui-tooling:$composeVersion")
8282
implementation("androidx.compose.ui:ui-util:$composeVersion")
83-
implementation("com.google.accompanist:accompanist-pager:0.23.0")
83+
implementation("com.google.accompanist:accompanist-pager:0.23.1")
8484

8585
// Glance
8686
val glanceVersion = "1.0.0-SNAPSHOT"

ui/view/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("io.coil-kt:coil-compose:1.4.0")
4848

4949
// Compose Accompanist
50-
val accompanistVersion = "0.23.0"
50+
val accompanistVersion = "0.23.1"
5151
implementation("com.google.accompanist:accompanist-pager:$accompanistVersion")
5252
implementation("com.google.accompanist:accompanist-swiperefresh:$accompanistVersion")
5353

0 commit comments

Comments
 (0)