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
ilhamhadisyah committed Apr 3, 2022
2 parents 10feade + 5908091 commit 0152acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ dependencyResolutionManagement {
}
}
```

Always use the latest release version
```gradle
dependencies {
...
implementation 'com.github.ilhamhadisyah:VerticalIconButton:1.8'
implementation 'com.github.ilhamhadisyah:VerticalIconButton:'release_version'
}
```

Expand Down

0 comments on commit 0152acd

Please sign in to comment.