Skip to content

Commit cb4cf98

Browse files
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.1
1 parent 408ba41 commit cb4cf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'androidx.core:core-ktx:1.13.1'
3737
implementation 'androidx.appcompat:appcompat:1.7.0'
3838
implementation 'com.google.android.material:material:1.12.0'
39-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
39+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
4040
implementation project(path: ':pena')
4141
testImplementation 'junit:junit:4.13.2'
4242
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

0 commit comments

Comments
 (0)