Skip to content

Commit a541b8a

Browse files
all: bump androidx.constraintlayout:constraintlayout to 2.2.1 (fixes #2183) (#2171)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent daebfb6 commit a541b8a

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
@@ -60,7 +60,7 @@ dependencies {
6060
exclude group: 'com.android.support', module: 'support-annotations'
6161
})
6262
implementation 'androidx.appcompat:appcompat:1.7.0'
63-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
63+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
6464
implementation 'androidx.fragment:fragment-ktx:1.8.6'
6565
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
6666
implementation 'androidx.multidex:multidex:2.0.1'

0 commit comments

Comments
 (0)