Skip to content

Commit 6a50638

Browse files
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.1.4
1 parent 4296691 commit 6a50638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
androidx_room : [group: 'androidx.room', name: 'room-ktx', version: versions.androidx_room],
3434
androidx_room_compiler : [group: 'androidx.room', name: 'room-compiler', version: versions.androidx_room],
3535
androidx_room_test : [group: 'androidx.room', name: 'room-testing', version: versions.androidx_room],
36-
androidx_constraint : [group: 'androidx.constraintlayout', name: 'constraintlayout', version: '2.0.0'],
36+
androidx_constraint : [group: 'androidx.constraintlayout', name: 'constraintlayout', version: '2.1.4'],
3737
arrow : [group: 'io.arrow-kt', name: 'arrow-core', version: '0.11.0'],
3838
arrow_fx : [group: 'io.arrow-kt', name: 'arrow-fx', version: '0.11.0'],
3939
arrow_fx_coroutines : [group: 'io.arrow-kt', name: 'arrow-fx-coroutines', version: '0.11.0'],

0 commit comments

Comments
 (0)