Skip to content

Commit

Permalink
Bump androidx.constraintlayout:constraintlayout from 1.1.3 to 2.1.4
Browse files Browse the repository at this point in the history
Bumps [androidx.constraintlayout:constraintlayout](https://github.com/androidx/constraintlayout) from 1.1.3 to 2.1.4.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/commits/2.1.4)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 1c7dcf2 commit d047229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ android {

dependencies {
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
}

0 comments on commit d047229

Please sign in to comment.