File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments