Skip to content

Commit

Permalink
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent c60a436 commit c9a1984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Versions {
// UI
const val appcompat = "1.7.0"
const val material = "1.12.0"
const val constraint_layout = "2.1.4"
const val constraint_layout = "2.2.0"

// Networking
const val retrofit = "2.11.0"
Expand Down

0 comments on commit c9a1984

Please sign in to comment.