Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.0 #5136

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Bump AndroidX CameraX to v1.4.0
- Bump AndroidX Annotation to v1.9.1
- Upload generated mapping file to Sentry
- Bump ConstraintLayout to v2.2.0

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"

androidx-archCoreTesting = "androidx.arch.core:core-testing:2.2.0"
androidx-cardview = "androidx.cardview:cardview:1.0.0"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0"
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.5"
androidx-preference = "androidx.preference:preference:1.2.1"
Expand Down
Loading