Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Oct 22, 2023
1 parent 669488e commit dcb7a7a
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 @@ -20,7 +20,7 @@ are self-contained and allow to deploy compose applications to Android, iOS and
To make the extension available, place

```kotlin
implementation("in.procyk.compose:extension-name:0.0.1")
implementation("in.procyk.compose:extension-name:0.0.2")
```

into your `commonMain` source set's dependencies block, where `extension-name` should be replaced with the
Expand All @@ -29,3 +29,5 @@ proper name from the list of available extensions.
## Available Extensions

- `camera-qr` - detect QR codes camera view
- `camera-permission` - ask for camera permission
- `util` - handy functions to work with compose

0 comments on commit dcb7a7a

Please sign in to comment.