Skip to content

Commit ab44993

Browse files
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.1.4
1 parent b129e5a commit ab44993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
2929
implementation 'androidx.appcompat:appcompat:1.3.0'
30-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
30+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3131

3232
// Logger
3333
implementation 'com.orhanobut:logger:2.2.0'

0 commit comments

Comments
 (0)