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 Oct 30, 2024
1 parent 461499c commit 5f6a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/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"

// RxJava
const val rx_java = "2.2.21"
Expand Down

0 comments on commit 5f6a721

Please sign in to comment.