Skip to content

Commit 7a3ba65

Browse files
committed
chore(deps): update dependency androidx.constraintlayout:constraintlayout to v2.1.1
1 parent d84956c commit 7a3ba65

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
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
implementation 'androidx.appcompat:appcompat:1.3.0'
29-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
29+
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
3030

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

0 commit comments

Comments
 (0)