Skip to content

Commit 06b4518

Browse files
authored
update constraintLayoutCompose to beta02 (#110)
1 parent 29a5240 commit 06b4518

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internal object Versions {
66
const val activityCompose = "1.3.0"
77
const val pagingCompose = "1.0.0-alpha12"
88
const val navCompose = "2.4.0-alpha05"
9-
const val constraintLayoutCompose = "1.0.0-beta01"
9+
const val constraintLayoutCompose = "1.0.0-beta02"
1010
const val fontAwesomeCompose = "1.0.0-beta02"
1111
const val accompanistCoil = "0.14.0"
1212
const val coilCompose = "1.3.1"

0 commit comments

Comments
 (0)