Skip to content

Commit

Permalink
Upgrade constraint layout to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Mar 6, 2025
1 parent d8a861b commit e941e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android-material = { group = "com.google.android.material", name = "material", v

androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.9.1" }
androidx-ktx = { group = "androidx.core", name = "core-ktx", version = "1.15.0" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.0" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.1" }
androidx-drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version = "1.2.0" }
androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version = "1.8.6" }
androidx-gridlayout = { group = "androidx.gridlayout", name = "gridlayout", version = "1.0.0" }
Expand Down

0 comments on commit e941e4d

Please sign in to comment.