Skip to content

Commit 4f5f472

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6b2c535 + fdb6707 commit 4f5f472

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ dependencyResolutionManagement {
6262
...
6363
```
6464
2. Sync the project
65-
3. Add dependency
65+
3. Add dependencies
6666
```groovy
6767
dependencies {
68-
implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.2'
68+
implementation "com.google.accompanist:accompanist-pager:0.26.5-rc"
69+
implementation 'com.github.commandiron:ExpandableHorizontalPagerCompose:1.0.3'
6970
}
7071
```

0 commit comments

Comments
 (0)