Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavmee authored Jan 26, 2025
1 parent 3f822b7 commit 2caad00
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,12 @@ You'll note that I have kept the package name the same as that in AndroidX. This
```kotlin
val commonMain by getting {
dependencies {
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.4.0")
/// Compose 1.7.0-alpha03
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03")
/// Compose 1.7.0-alpha03 with different tech.annexflow.constraintlayout.core package
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03-shaded-core")
/// Compose 1.7.0-alpha03 with different tech.annexflow.constraintlayout package
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.0-alpha03-shaded")
/// Compose 1.7.3
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1")
/// Compose 1.7.3 with different tech.annexflow.constraintlayout.core package
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1-shaded-core")
/// Compose 1.7.3 with different tech.annexflow.constraintlayout package
implementation("tech.annexflow.compose:constraintlayout-compose-multiplatform:0.5.1-shaded")
}
}
```
Expand Down

0 comments on commit 2caad00

Please sign in to comment.