Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
patrykandpatrickbot committed Apr 24, 2022
1 parent f5ee688 commit 9b65e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ This approach encourages a greater level of abstraction and promotes separation
dependencies {
// Provides the utilities needed to use Vico in the view system.
implementation "com.patrykandpatryk.vico:view:1.0.0-alpha.2"
implementation "com.patrykandpatryk.vico:view:1.0.0-alpha.3"
// Provides the utilities needed to use Vico in Jetpack Compose.
implementation "com.patrykandpatryk.vico:compose:1.0.0-alpha.2"
implementation "com.patrykandpatryk.vico:compose:1.0.0-alpha.3"
// An optional addition for `vico.compose` that creates a `ChartStyle` based on an M2 Material Theme.
implementation "com.patrykandpatryk.vico:compose-m2:1.0.0-alpha.2"
implementation "com.patrykandpatryk.vico:compose-m2:1.0.0-alpha.3"
// An optional addition for `vico.compose` that creates a `ChartStyle` based on an M3 Material Theme.
implementation "com.patrykandpatryk.vico:compose-m3:1.0.0-alpha.2"
implementation "com.patrykandpatryk.vico:compose-m3:1.0.0-alpha.3"
...
}
Expand Down

0 comments on commit 9b65e3e

Please sign in to comment.