File tree 1 file changed +6
-7
lines changed 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,12 @@ You'll note that I have kept the package name the same as that in AndroidX. This
71
71
``` kotlin
72
72
val commonMain by getting {
73
73
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" )
81
80
}
82
81
}
83
82
```
You can’t perform that action at this time.
0 commit comments