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

chore(deps): bump androidx.constraintlayout:constraintlayout-compose from 1.0.1 to 1.1.0 #623

Merged
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
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
Loading