Skip to content

Commit

Permalink
fix(deps): update dependency androidx.constraintlayout:constraintlayo…
Browse files Browse the repository at this point in the history
…ut to v2.2.0
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 4296691 commit cf38b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
androidx_room : [group: 'androidx.room', name: 'room-ktx', version: versions.androidx_room],
androidx_room_compiler : [group: 'androidx.room', name: 'room-compiler', version: versions.androidx_room],
androidx_room_test : [group: 'androidx.room', name: 'room-testing', version: versions.androidx_room],
androidx_constraint : [group: 'androidx.constraintlayout', name: 'constraintlayout', version: '2.0.0'],
androidx_constraint : [group: 'androidx.constraintlayout', name: 'constraintlayout', version: '2.2.0'],
arrow : [group: 'io.arrow-kt', name: 'arrow-core', version: '0.11.0'],
arrow_fx : [group: 'io.arrow-kt', name: 'arrow-fx', version: '0.11.0'],
arrow_fx_coroutines : [group: 'io.arrow-kt', name: 'arrow-fx-coroutines', version: '0.11.0'],
Expand Down

0 comments on commit cf38b3a

Please # to comment.