Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump androidx.constraintlayout:constraintlayout-compose (#…
Browse files Browse the repository at this point in the history
…623)

Bumps androidx.constraintlayout:constraintlayout-compose from 1.0.1 to 1.1.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent dde1bfd commit 6bf2caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
// Work Manager
implementation("androidx.work:work-runtime-ktx:2.9.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.constraintlayout:constraintlayout-compose:1.0.1")
implementation("androidx.constraintlayout:constraintlayout-compose:1.1.0")

// Text similarity
implementation("org.apache.commons:commons-text:1.12.0")
Expand Down

0 comments on commit 6bf2caf

Please sign in to comment.