Skip to content

Commit db76753

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
1 parent 61bb7e6 commit db76753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Versions {
1010
// UI
1111
const val appcompat = "1.7.0"
1212
const val material = "1.12.0"
13-
const val constraint_layout = "2.1.4"
13+
const val constraint_layout = "2.2.0"
1414

1515
// Networking
1616
const val retrofit = "2.11.0"

0 commit comments

Comments
 (0)