Skip to content

Commit cb6704d

Browse files
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.0
1 parent 1beb1fd commit cb6704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5252
implementation 'androidx.appcompat:appcompat:1.6.1'
5353
implementation 'androidx.core:core-ktx:1.12.0'
54-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
54+
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5656
implementation 'com.google.android.material:material:1.11.0'
5757
implementation "androidx.cardview:cardview:1.0.0"

0 commit comments

Comments
 (0)