Skip to content

Commit 61e905c

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.1.4
1 parent 58ea074 commit 61e905c

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
@@ -42,7 +42,7 @@ dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4343
implementation 'androidx.appcompat:appcompat:1.3.1'
4444
implementation 'androidx.core:core-ktx:1.6.0'
45-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
45+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4646

4747
testImplementation 'junit:junit:4.13.2'
4848
androidTestImplementation 'androidx.test:core-ktx:1.4.0'

0 commit comments

Comments
 (0)