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 6b2c535 + fdb6707 commit 4f5f472Copy full SHA for 4f5f472
README.md
@@ -62,9 +62,10 @@ dependencyResolutionManagement {
62
...
63
```
64
2. Sync the project
65
-3. Add dependency
+3. Add dependencies
66
```groovy
67
dependencies {
68
- implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.2'
+ implementation "com.google.accompanist:accompanist-pager:0.26.5-rc"
69
+ implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.3'
70
}
71
0 commit comments