Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
commandiron committed Oct 12, 2022
2 parents 6b2c535 + fdb6707 commit 4f5f472
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ dependencyResolutionManagement {
...
```
2. Sync the project
3. Add dependency
3. Add dependencies
```groovy
dependencies {
implementation 'com.git.luolix.topmandiron:ExpandableHorizontalPagerCompose:1.0.2'
implementation "com.google.accompanist:accompanist-pager:0.26.5-rc"
implementation 'com.git.luolix.topmandiron:ExpandableHorizontalPagerCompose:1.0.3'
}
```

0 comments on commit 4f5f472

Please sign in to comment.