Skip to content

Commit c752c10

Browse files
committed
docs: bump lib version.
1 parent 4472a5d commit c752c10

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The `androidx.constraintlayout:constraintlayout-compose` library is available fo
2424
| iOS ||
2525
| Desktop (JVM) ||
2626
| Desktop (Mac) | ✅ (experimental) |
27+
| Web | ✅ (experimental) |
2728

2829
## Usage
2930

@@ -70,10 +71,7 @@ You'll note that I have kept the package name the same as that in AndroidX. This
7071
```kotlin
7172
val commonMain by getting {
7273
dependencies {
73-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.2.3")
74-
75-
/// with Compose Web (k/wasm) support
76-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.3.0-rc02")
74+
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.3.0")
7775
}
7876
}
7977
```

0 commit comments

Comments
 (0)