Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2022
1 parent 48110bf commit e5d7aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecyklelog-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
dependencies {
implementation project(':lifecyklelog')
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}

0 comments on commit e5d7aa7

Please sign in to comment.