Skip to content

Commit 72971e2

Browse files
authored
Merge pull request #155 from nuhkoca/renovate/versions.constraint_layout
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
2 parents f61b30f + db76753 commit 72971e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)