Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed May 27, 2024
1 parent 2fc6847 commit 3051bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ are self-contained and allow to deploy compose applications to Android, iOS and
Select the extension that you find useful in your project and put

```kotlin
implementation("in.procyk.compose:extension-name:1.6.10.0")
implementation("in.procyk.compose:extension-name:1.6.10.1")
```

into your `commonMain` source set's dependencies block, where `extension-name` should be replaced with the
Expand All @@ -33,12 +33,12 @@ See some example in [examples](./examples) project, where every extension is add

- `calendar` - calendar compose implementation migrated to Kotlin Multiplatform from [ComposeCalendar](https://github.com/boguszpawlowski/ComposeCalendar). See sample usage [here](./examples/src/commonMain/kotlin/in/procyk/compose/examples/Calendars.kt).
```kotlin
implementation("in.procyk.compose:calendar:1.6.10.0")
implementation("in.procyk.compose:calendar:1.6.10.1")
```

- `camera-qr` - detecting QR codes camera view. See sample usage [here](./examples/src/commonMain/kotlin/in/procyk/compose/examples/CameraQR.kt).
```kotlin
implementation("in.procyk.compose:camera-qr:1.6.10.0")
implementation("in.procyk.compose:camera-qr:1.6.10.1")
```
- for Android Application add to [AndroidManifest.xml](./examples/src/androidMain/AndroidManifest.xml)
```xml
Expand Down Expand Up @@ -69,10 +69,10 @@ See some example in [examples](./examples) project, where every extension is add

- `camera-permission` - ask for camera permission. See sample usage [here](./examples/src/commonMain/kotlin/in/procyk/compose/examples/CameraPermission.kt).
```kotlin
implementation("in.procyk.compose:camera-permission:1.6.10.0")
implementation("in.procyk.compose:camera-permission:1.6.10.1")
```

- `util` - handy functions to work with compose. Explore the [directory](./util/src/commonMain/kotlin/in/procyk/compose/util) to see what cool features are available.
```kotlin
implementation("in.procyk.compose:util:1.6.10.0")
implementation("in.procyk.compose:util:1.6.10.1")
```
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ barcodeScanning = "17.2.0"
cameraX = "1.3.0"
compose = "1.6.10"
# @keep
compose-extensions = "1.6.10.0"
compose-extensions = "1.6.10.1"
gradle-versions = "0.51.0"
# @pin
kotlin = "2.0.0-RC3"
kotlin = "2.0.0"
kotlinxDatetime = "0.6.0-RC.2"
version-catalog-update = "0.8.4"
webcamCapture = "0.3.12"
Expand Down

0 comments on commit 3051bb1

Please sign in to comment.