We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3758488 + 9cf7f46 commit c7792beCopy full SHA for c7792be
README.md
@@ -4,7 +4,7 @@ Add Expandable Content (Image etc.) Horizontal Pager in Android Jetpack Compose.
4
5
## How it looks
6
7
-<img src="art/expandable_horizontal_pager.gif" width="250" height="530">
+<img src="art/expandable_horizontal_pager_2.gif" width="250" height="530">
8
9
## Usage
10
@@ -66,6 +66,6 @@ dependencyResolutionManagement {
66
```groovy
67
dependencies {
68
implementation "com.google.accompanist:accompanist-pager:0.26.5-rc"
69
- implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.3'
+ implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.4'
70
}
71
```
0 commit comments