Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb authored May 9, 2024
1 parent 2b5819e commit fc3cfd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Button(onClick = { launcher.launch() }) {
}
```

![Picker Kotlin Preview](https://github.com/vinceglb/PickerKotlin/assets/24540801/e8a7bc49-41cc-4632-84c4-1013fd23dd76)

## 📦 Installation

```gradle
Expand All @@ -68,10 +70,10 @@ repositories {
dependencies {
// Enables Picker without Compose dependencies
implementation("io.github.vinceglb:picker-core:0.4.0")
implementation("io.github.vinceglb:picker-core:0.3.0")
// Enables Picker with rememberPickerLauncher Composable
implementation("io.github.vinceglb:picker-compose:0.4.0")
implementation("io.github.vinceglb:picker-compose:0.3.0")
}
```

Expand Down

0 comments on commit fc3cfd5

Please sign in to comment.