Skip to content

Commit 2caad00

Browse files
authored
Update README.md
1 parent 3f822b7 commit 2caad00

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ You'll note that I have kept the package name the same as that in AndroidX. This
7171
```kotlin
7272
val commonMain by getting {
7373
dependencies {
74-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.4.0")
75-
/// Compose 1.7.0-alpha03
76-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03")
77-
/// Compose 1.7.0-alpha03 with different tech.annexflow.constraintlayout.core package
78-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03-shaded-core")
79-
/// Compose 1.7.0-alpha03 with different tech.annexflow.constraintlayout package
80-
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03-shaded")
74+
/// Compose 1.7.3
75+
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1")
76+
/// Compose 1.7.3 with different tech.annexflow.constraintlayout.core package
77+
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1-shaded-core")
78+
/// Compose 1.7.3 with different tech.annexflow.constraintlayout package
79+
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1-shaded")
8180
}
8281
}
8382
```

0 commit comments

Comments
 (0)