Skip to content

Commit 35b2fb6

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.1.4
1 parent df69d49 commit 35b2fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
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)