We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df69d49 commit 35b2fb6Copy full SHA for 35b2fb6
app/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
43
implementation 'androidx.appcompat:appcompat:1.3.1'
44
implementation 'androidx.core:core-ktx:1.6.0'
45
- implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
46
47
testImplementation 'junit:junit:4.13.2'
48
androidTestImplementation 'androidx.test:core-ktx:1.4.0'
0 commit comments