Skip to content

Commit

Permalink
Merge pull request #167 from nuhkoca/renovate/versions.constraint_layout
Browse files Browse the repository at this point in the history
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
  • Loading branch information
nuhkoca authored Nov 24, 2024
2 parents c57e2ca + 5f6a721 commit daa7016
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 daa7016

Please sign in to comment.